Html Css Color HEX #C8AF22 Earls Green

📋 copy color: '#C8AF22'

red 200 ◦ green 175 ◦ blue 34

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

Shades of Earls Green #C8AF22

Tints of Earls Green #C8AF22

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

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

R = 48.9%
G = 42.79%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C8AF22 (or 0xC8AF22) is known color: Earls Green. HEX triplet: C8, AF and 22. RGB value is (200,175,34). Sum of RGB (Red+Green+Blue) = 200+175+34=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF22 is #3750DD. Grayscale: #A6A6A6. Windows color (decimal): -3625182 or 2273224. OLE color: 2273224.

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

Color convert

RGB 200 175 34 -
CMYK 0 0.12 0.83 0.22
HSL 50.96º 0.71% 0.46% -
HSV(B) 50.96º 0.83% 0.78% -
XYZ 39.44 43.05 7.75 -
YUV 166.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 200 175 34 0 0.12 0.83 0.22 50.96 0.71 0.46
Hex C8 AF 22 0 C 53 16 33 47 2E
Octal 310 257 42 0 14 123 26 63 107 56
Binary 11001000 10101111 100010 0 1100 1010011 10110 110011 1000111 101110

Color Harmonies of #C8AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF22

Black with #C8AF22

Text Example


Text Example

White with #C8AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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