Html Css Color HEX #C0B52B Earls Green

📋 copy color: '#C0B52B'

red 192 ◦ green 181 ◦ blue 43

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

Shades of Earls Green #C0B52B

Tints of Earls Green #C0B52B

RGB

 RED value IS 192 (75.39% from 255) = 46.15%

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

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

R = 46.15%
G = 43.51%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B52B (or 0xC0B52B) is known color: Earls Green. HEX triplet: C0, B5 and 2B. RGB value is (192,181,43). Sum of RGB (Red+Green+Blue) = 192+181+43=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B52B is #3F4AD4. Grayscale: #A9A9A9. Windows color (decimal): -4147925 or 2864576. OLE color: 2864576.

HSL color Cylindrical-coordinate representation of color #C0B52B: hue angle of 55.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0B52B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 43 -
CMYK 0 0.06 0.78 0.25
HSL 55.57º 0.63% 0.46% -
HSV(B) 55.57º 0.78% 0.75% -
XYZ 38.7 44.43 8.82 -
YUV 168.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 192 181 43 0 0.06 0.78 0.25 55.57 0.63 0.46
Hex C0 B5 2B 0 6 4E 19 38 3F 2E
Octal 300 265 53 0 6 116 31 70 77 56
Binary 11000000 10110101 101011 0 110 1001110 11001 111000 111111 101110

Color Harmonies of #C0B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B52B

Black with #C0B52B

Text Example


Text Example

White with #C0B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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