Html Css Color HEX #C0B62B Earls Green

📋 copy color: '#C0B62B'

red 192 ◦ green 182 ◦ blue 43

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

Shades of Earls Green #C0B62B

Tints of Earls Green #C0B62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

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

R = 46.04%
G = 43.65%
B = 10.31%

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

#C0B62B (or 0xC0B62B) is known color: Earls Green. HEX triplet: C0, B6 and 2B. RGB value is (192,182,43). Sum of RGB (Red+Green+Blue) = 192+182+43=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B62B is #3F49D4. Grayscale: #A9A9A9. Windows color (decimal): -4147669 or 2864832. OLE color: 2864832.

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

Color convert

RGB 192 182 43 -
CMYK 0 0.05 0.78 0.25
HSL 55.97º 0.63% 0.46% -
HSV(B) 55.97º 0.78% 0.75% -
XYZ 38.9 44.84 8.89 -
YUV 169.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 192 182 43 0 0.05 0.78 0.25 55.97 0.63 0.46
Hex C0 B6 2B 0 5 4E 19 38 3F 2E
Octal 300 266 53 0 5 116 31 70 77 56
Binary 11000000 10110110 101011 0 101 1001110 11001 111000 111111 101110

Color Harmonies of #C0B62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B62B

Black with #C0B62B

Text Example


Text Example

White with #C0B62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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