Html Css Color HEX #C2B52B Earls Green

📋 copy color: '#C2B52B'

red 194 ◦ green 181 ◦ blue 43

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

Shades of Earls Green #C2B52B

Tints of Earls Green #C2B52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 43 (17.19% from 255) = 10.29%

R = 46.41%
G = 43.3%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B52B (or 0xC2B52B) is known color: Earls Green. HEX triplet: C2, B5 and 2B. RGB value is (194,181,43). Sum of RGB (Red+Green+Blue) = 194+181+43=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52B is #3D4AD4. Grayscale: #A9A9A9. Windows color (decimal): -4016853 or 2864578. OLE color: 2864578.

HSL color Cylindrical-coordinate representation of color #C2B52B: hue angle of 54.83º 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 #C2B52B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 43 -
CMYK 0 0.07 0.78 0.24
HSL 54.83º 0.64% 0.46% -
HSV(B) 54.83º 0.78% 0.76% -
XYZ 39.21 44.69 8.85 -
YUV 169.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 194 181 43 0 0.07 0.78 0.24 54.83 0.64 0.46
Hex C2 B5 2B 0 7 4E 18 37 40 2E
Octal 302 265 53 0 7 116 30 67 100 56
Binary 11000010 10110101 101011 0 111 1001110 11000 110111 1000000 101110

Color Harmonies of #C2B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B52B

Black with #C2B52B

Text Example


Text Example

White with #C2B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B52B; }

 p { color: rgb(194,181,43); }

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

background-color css

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

 a { background-color: rgb(194,181,43); }

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

border-color css

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

 span { border-color: rgb(194,181,43); }

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