Html Css Color HEX #CAD86E Goldenrod

📋 copy color: '#CAD86E'

red 202 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #CAD86E

Tints of Goldenrod #CAD86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

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

R = 38.26%
G = 40.91%
B = 20.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CAD86E (or 0xCAD86E) is known color: Goldenrod. HEX triplet: CA, D8 and 6E. RGB value is (202,216,110). Sum of RGB (Red+Green+Blue) = 202+216+110=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD86E is #352791. Grayscale: #C8C8C8. Windows color (decimal): -3483538 or 7264458. OLE color: 7264458.

HSL color Cylindrical-coordinate representation of color #CAD86E: hue angle of 67.92º 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 #CAD86E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 216 110 -
CMYK 0.06 0 0.49 0.15
HSL 67.92º 0.58% 0.64% -
HSV(B) 67.92º 0.49% 0.85% -
XYZ 51.73 62.79 24.15 -
YUV 199.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 202 216 110 0.06 0 0.49 0.15 67.92 0.58 0.64
Hex CA D8 6E 6 0 31 F 44 3A 40
Octal 312 330 156 6 0 61 17 104 72 100
Binary 11001010 11011000 1101110 110 0 110001 1111 1000100 111010 1000000

Color Harmonies of #CAD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD86E

Black with #CAD86E

Text Example


Text Example

White with #CAD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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