Html Css Color HEX #C0B72E Earls Green

📋 copy color: '#C0B72E'

red 192 ◦ green 183 ◦ blue 46

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

Shades of Earls Green #C0B72E

Tints of Earls Green #C0B72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 45.61%
G = 43.47%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0B72E (or 0xC0B72E) is known color: Earls Green. HEX triplet: C0, B7 and 2E. RGB value is (192,183,46). Sum of RGB (Red+Green+Blue) = 192+183+46=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B72E is #3F48D1. Grayscale: #AAAAAA. Windows color (decimal): -4147410 or 3061696. OLE color: 3061696.

HSL color Cylindrical-coordinate representation of color #C0B72E: hue angle of 56.3º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0B72E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 46 -
CMYK 0 0.05 0.76 0.25
HSL 56.3º 0.61% 0.47% -
HSV(B) 56.3º 0.76% 0.75% -
XYZ 39.16 45.27 9.26 -
YUV 170.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 192 183 46 0 0.05 0.76 0.25 56.3 0.61 0.47
Hex C0 B7 2E 0 5 4C 19 38 3D 2F
Octal 300 267 56 0 5 114 31 70 75 57
Binary 11000000 10110111 101110 0 101 1001100 11001 111000 111101 101111

Color Harmonies of #C0B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B72E

Black with #C0B72E

Text Example


Text Example

White with #C0B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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