Html Css Color HEX #C8AA26 Earls Green

📋 copy color: '#C8AA26'

red 200 ◦ green 170 ◦ blue 38

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

Shades of Earls Green #C8AA26

Tints of Earls Green #C8AA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 49.02%
G = 41.67%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C8AA26 (or 0xC8AA26) is known color: Earls Green. HEX triplet: C8, AA and 26. RGB value is (200,170,38). Sum of RGB (Red+Green+Blue) = 200+170+38=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA26 is #3755D9. Grayscale: #A4A4A4. Windows color (decimal): -3626458 or 2534088. OLE color: 2534088.

HSL color Cylindrical-coordinate representation of color #C8AA26: hue angle of 48.89º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8AA26 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 38 -
CMYK 0 0.15 0.81 0.22
HSL 48.89º 0.68% 0.47% -
HSV(B) 48.89º 0.81% 0.78% -
XYZ 38.54 41.17 7.75 -
YUV 163.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 200 170 38 0 0.15 0.81 0.22 48.89 0.68 0.47
Hex C8 AA 26 0 F 51 16 31 44 2F
Octal 310 252 46 0 17 121 26 61 104 57
Binary 11001000 10101010 100110 0 1111 1010001 10110 110001 1000100 101111

Color Harmonies of #C8AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA26

Black with #C8AA26

Text Example


Text Example

White with #C8AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA26; }

 p { color: rgb(200,170,38); }

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

background-color css

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

 a { background-color: rgb(200,170,38); }

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

border-color css

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

 span { border-color: rgb(200,170,38); }

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