Html Css Color HEX #C8AB22 Earls Green

📋 copy color: '#C8AB22'

red 200 ◦ green 171 ◦ blue 34

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

Shades of Earls Green #C8AB22

Tints of Earls Green #C8AB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 49.38%
G = 42.22%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C8AB22 (or 0xC8AB22) is known color: Earls Green. HEX triplet: C8, AB and 22. RGB value is (200,171,34). Sum of RGB (Red+Green+Blue) = 200+171+34=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB22 is #3754DD. Grayscale: #A4A4A4. Windows color (decimal): -3626206 or 2272200. OLE color: 2272200.

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

Color convert

RGB 200 171 34 -
CMYK 0 0.14 0.83 0.22
HSL 49.52º 0.71% 0.46% -
HSV(B) 49.52º 0.83% 0.78% -
XYZ 38.67 41.52 7.49 -
YUV 164.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 200 171 34 0 0.14 0.83 0.22 49.52 0.71 0.46
Hex C8 AB 22 0 E 53 16 32 47 2E
Octal 310 253 42 0 16 123 26 62 107 56
Binary 11001000 10101011 100010 0 1110 1010011 10110 110010 1000111 101110

Color Harmonies of #C8AB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB22

Black with #C8AB22

Text Example


Text Example

White with #C8AB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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