Html Css Color HEX #C0B72B Earls Green

📋 copy color: '#C0B72B'

red 192 ◦ green 183 ◦ blue 43

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

Shades of Earls Green #C0B72B

Tints of Earls Green #C0B72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

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

R = 45.93%
G = 43.78%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B72B (or 0xC0B72B) is known color: Earls Green. HEX triplet: C0, B7 and 2B. RGB value is (192,183,43). Sum of RGB (Red+Green+Blue) = 192+183+43=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B72B is #3F48D4. Grayscale: #AAAAAA. Windows color (decimal): -4147413 or 2865088. OLE color: 2865088.

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

Color convert

RGB 192 183 43 -
CMYK 0 0.05 0.78 0.25
HSL 56.38º 0.63% 0.46% -
HSV(B) 56.38º 0.78% 0.75% -
XYZ 39.11 45.25 8.96 -
YUV 169.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 192 183 43 0 0.05 0.78 0.25 56.38 0.63 0.46
Hex C0 B7 2B 0 5 4E 19 38 3F 2E
Octal 300 267 53 0 5 116 31 70 77 56
Binary 11000000 10110111 101011 0 101 1001110 11001 111000 111111 101110

Color Harmonies of #C0B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B72B

Black with #C0B72B

Text Example


Text Example

White with #C0B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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