Html Css Color HEX #CAD86C Goldenrod

📋 copy color: '#CAD86C'

red 202 ◦ green 216 ◦ blue 108

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

Shades of Goldenrod #CAD86C

Tints of Goldenrod #CAD86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 38.4%
G = 41.06%
B = 20.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CAD86C (or 0xCAD86C) is known color: Goldenrod. HEX triplet: CA, D8 and 6C. RGB value is (202,216,108). Sum of RGB (Red+Green+Blue) = 202+216+108=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD86C is #352793. Grayscale: #C7C7C7. Windows color (decimal): -3483540 or 7133386. OLE color: 7133386.

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

Color convert

RGB 202 216 108 -
CMYK 0.06 0 0.50 0.15
HSL 67.78º 0.58% 0.64% -
HSV(B) 67.78º 0.5% 0.85% -
XYZ 51.62 62.75 23.58 -
YUV 199.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 202 216 108 0.06 0 0.50 0.15 67.78 0.58 0.64
Hex CA D8 6C 6 0 32 F 44 3A 40
Octal 312 330 154 6 0 62 17 104 72 100
Binary 11001010 11011000 1101100 110 0 110010 1111 1000100 111010 1000000

Color Harmonies of #CAD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD86C

Black with #CAD86C

Text Example


Text Example

White with #CAD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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