Html Css Color HEX #C8AC26 Earls Green

📋 copy color: '#C8AC26'

red 200 ◦ green 172 ◦ blue 38

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

Shades of Earls Green #C8AC26

Tints of Earls Green #C8AC26

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 48.78%
G = 41.95%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C8AC26 (or 0xC8AC26) is known color: Earls Green. HEX triplet: C8, AC and 26. RGB value is (200,172,38). Sum of RGB (Red+Green+Blue) = 200+172+38=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC26 is #3753D9. Grayscale: #A5A5A5. Windows color (decimal): -3625946 or 2534600. OLE color: 2534600.

HSL color Cylindrical-coordinate representation of color #C8AC26: hue angle of 49.63º 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 #C8AC26 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 38 -
CMYK 0 0.14 0.81 0.22
HSL 49.63º 0.68% 0.47% -
HSV(B) 49.63º 0.81% 0.78% -
XYZ 38.92 41.92 7.87 -
YUV 165.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 200 172 38 0 0.14 0.81 0.22 49.63 0.68 0.47
Hex C8 AC 26 0 E 51 16 32 44 2F
Octal 310 254 46 0 16 121 26 62 104 57
Binary 11001000 10101100 100110 0 1110 1010001 10110 110010 1000100 101111

Color Harmonies of #C8AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC26

Black with #C8AC26

Text Example


Text Example

White with #C8AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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