#CAD96C

Color #CAD96C Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CAD96C

Tints of Goldenrod #CAD96C

Color information

#CAD96C (or 0xCAD96C) is unknown color: approx Goldenrod. HEX triplet: CA, D9 and 6C. RGB value is (202,217,108). Sum of RGB (Red+Green+Blue) = 202+217+108=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD96C is #352693. Grayscale: #C8C8C8. Windows color (decimal): -3483284 or 7133642. OLE color: 7133642.

HSL color Cylindrical-coordinate representation of color #CAD96C: hue angle of 68.26º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD96C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB202217108-
CMYK0.0700.500.15
HSL68.26º58.92%63.73%-
HSV(B)68.26º50.23%85.1%-
XYZ51.8863.2623.66-
YUV200.0976.03129.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 108 (42.58% from 255) = 20.49%
R=38.33%
G=41.18%
B=20.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171080.0700.500.1568.2658.9263.73
HexCAD96C7032F443b40
Octal31233115470621710473100
Binary110010101101100111011001110110010111110001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD96C; }

 p { color: rgb(202,217,108); }

 H1.HeaderClassName
 {
   color: #CAD96C;
 }
 .AnyTagClassName
 {
   color: #CAD96C;
 }
</style>
background-color css

<style>
 a { background-color: #CAD96C; }

 a { background-color: rgb(202,217,108); }

 div.DivClassName
 {
   background-color: #CAD96C;
 }
 .BgClassName
 {
   background-color: #CAD96C;
 }
</style>
border-color css

<style>
 span { border-color: #CAD96C; }

 span { border-color: rgb(202,217,108); }

 td.TdClassName
 {
   border-color: #CAD96C;
 }
 .TagClassName
 {
   border-color: #CAD96C;
 }
</style>