Html Css Color HEX #C2A422 Earls Green

📋 copy color: '#C2A422'

red 194 ◦ green 164 ◦ blue 34

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

Shades of Earls Green #C2A422

Tints of Earls Green #C2A422

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

 GREEN value IS 164 (64.45% from 255) = 41.84%

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

R = 49.49%
G = 41.84%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2A422 (or 0xC2A422) is known color: Earls Green. HEX triplet: C2, A4 and 22. RGB value is (194,164,34). Sum of RGB (Red+Green+Blue) = 194+164+34=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A422 is #3D5BDD. Grayscale: #9E9E9E. Windows color (decimal): -4021214 or 2270402. OLE color: 2270402.

HSL color Cylindrical-coordinate representation of color #C2A422: hue angle of 48.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2A422 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 164 34 -
CMYK 0 0.15 0.82 0.24
HSL 48.75º 0.7% 0.45% -
HSV(B) 48.75º 0.82% 0.76% -
XYZ 35.81 38.14 6.99 -
YUV 158.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 194 164 34 0 0.15 0.82 0.24 48.75 0.7 0.45
Hex C2 A4 22 0 F 52 18 31 46 2D
Octal 302 244 42 0 17 122 30 61 106 55
Binary 11000010 10100100 100010 0 1111 1010010 11000 110001 1000110 101101

Color Harmonies of #C2A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A422

Black with #C2A422

Text Example


Text Example

White with #C2A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A422; }

 p { color: rgb(194,164,34); }

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

background-color css

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

 a { background-color: rgb(194,164,34); }

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

border-color css

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

 span { border-color: rgb(194,164,34); }

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