Html Css Color HEX #C8AB18 Earls Green

📋 copy color: '#C8AB18'

red 200 ◦ green 171 ◦ blue 24

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

Shades of Earls Green #C8AB18

Tints of Earls Green #C8AB18

RGB

 RED value IS 200 (78.52% from 255) = 50.63%

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 50.63%
G = 43.29%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8AB18 (or 0xC8AB18) is known color: Earls Green. HEX triplet: C8, AB and 18. RGB value is (200,171,24). Sum of RGB (Red+Green+Blue) = 200+171+24=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB18 is #3754E7. Grayscale: #A3A3A3. Windows color (decimal): -3626216 or 1616840. OLE color: 1616840.

HSL color Cylindrical-coordinate representation of color #C8AB18: hue angle of 50.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8AB18 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 24 -
CMYK 0 0.14 0.88 0.22
HSL 50.11º 0.79% 0.44% -
HSV(B) 50.11º 0.88% 0.78% -
XYZ 38.55 41.47 6.84 -
YUV 162.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 200 171 24 0 0.14 0.88 0.22 50.11 0.79 0.44
Hex C8 AB 18 0 E 58 16 32 4F 2C
Octal 310 253 30 0 16 130 26 62 117 54
Binary 11001000 10101011 11000 0 1110 1011000 10110 110010 1001111 101100

Color Harmonies of #C8AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB18

Black with #C8AB18

Text Example


Text Example

White with #C8AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB18; }

 p { color: rgb(200,171,24); }

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

background-color css

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

 a { background-color: rgb(200,171,24); }

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

border-color css

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

 span { border-color: rgb(200,171,24); }

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