Html Css Color HEX #CAD96E Goldenrod

📋 copy color: '#CAD96E'

red 202 ◦ green 217 ◦ blue 110

#CAD96E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CAD96E

Tints of Goldenrod #CAD96E

RGB

 RED value IS 202 (79.3% from 255) = 38.19%

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 38.19%
G = 41.02%
B = 20.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CAD96E (or 0xCAD96E) is known color: Goldenrod. HEX triplet: CA, D9 and 6E. RGB value is (202,217,110). Sum of RGB (Red+Green+Blue) = 202+217+110=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD96E is #352691. Grayscale: #C8C8C8. Windows color (decimal): -3483282 or 7264714. OLE color: 7264714.

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

Color convert

RGB 202 217 110 -
CMYK 0.07 0 0.49 0.15
HSL 68.41º 0.58% 0.64% -
HSV(B) 68.41º 0.49% 0.85% -
XYZ 51.98 63.31 24.23 -
YUV 200.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 202 217 110 0.07 0 0.49 0.15 68.41 0.58 0.64
Hex CA D9 6E 7 0 31 F 44 3A 40
Octal 312 331 156 7 0 61 17 104 72 100
Binary 11001010 11011001 1101110 111 0 110001 1111 1000100 111010 1000000

Color Harmonies of #CAD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD96E

Black with #CAD96E

Text Example


Text Example

White with #CAD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD96E; }

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

 H1.HeaderClassName
 {
   color: #CAD96E;
 }
 .AnyTagClassName
 {
   color: #CAD96E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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