Html Css Color HEX #C4A822 Earls Green

📋 copy color: '#C4A822'

red 196 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #C4A822

Tints of Earls Green #C4A822

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

 GREEN value IS 168 (66.02% from 255) = 42.21%

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

R = 49.25%
G = 42.21%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C4A822 (or 0xC4A822) is known color: Earls Green. HEX triplet: C4, A8 and 22. RGB value is (196,168,34). Sum of RGB (Red+Green+Blue) = 196+168+34=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A822 is #3B57DD. Grayscale: #A1A1A1. Windows color (decimal): -3889118 or 2271428. OLE color: 2271428.

HSL color Cylindrical-coordinate representation of color #C4A822: hue angle of 49.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4A822 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 34 -
CMYK 0 0.14 0.83 0.23
HSL 49.63º 0.7% 0.45% -
HSV(B) 49.63º 0.83% 0.77% -
XYZ 37.06 39.86 7.25 -
YUV 161.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 196 168 34 0 0.14 0.83 0.23 49.63 0.7 0.45
Hex C4 A8 22 0 E 53 17 32 46 2D
Octal 304 250 42 0 16 123 27 62 106 55
Binary 11000100 10101000 100010 0 1110 1010011 10111 110010 1000110 101101

Color Harmonies of #C4A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A822

Black with #C4A822

Text Example


Text Example

White with #C4A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A822; }

 p { color: rgb(196,168,34); }

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

background-color css

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

 a { background-color: rgb(196,168,34); }

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

border-color css

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

 span { border-color: rgb(196,168,34); }

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