Html Css Color HEX #C2B02A Earls Green

📋 copy color: '#C2B02A'

red 194 ◦ green 176 ◦ blue 42

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

Shades of Earls Green #C2B02A

Tints of Earls Green #C2B02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 47.09%
G = 42.72%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B02A (or 0xC2B02A) is known color: Earls Green. HEX triplet: C2, B0 and 2A. RGB value is (194,176,42). Sum of RGB (Red+Green+Blue) = 194+176+42=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B02A is #3D4FD5. Grayscale: #A6A6A6. Windows color (decimal): -4018134 or 2797762. OLE color: 2797762.

HSL color Cylindrical-coordinate representation of color #C2B02A: hue angle of 52.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2B02A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 42 -
CMYK 0 0.09 0.78 0.24
HSL 52.89º 0.64% 0.46% -
HSV(B) 52.89º 0.78% 0.76% -
XYZ 38.19 42.69 8.42 -
YUV 166.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 194 176 42 0 0.09 0.78 0.24 52.89 0.64 0.46
Hex C2 B0 2A 0 9 4E 18 35 40 2E
Octal 302 260 52 0 11 116 30 65 100 56
Binary 11000010 10110000 101010 0 1001 1001110 11000 110101 1000000 101110

Color Harmonies of #C2B02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B02A

Black with #C2B02A

Text Example


Text Example

White with #C2B02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B02A; }

 p { color: rgb(194,176,42); }

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

background-color css

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

 a { background-color: rgb(194,176,42); }

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

border-color css

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

 span { border-color: rgb(194,176,42); }

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