Html Css Color HEX #C0B02B Earls Green

📋 copy color: '#C0B02B'

red 192 ◦ green 176 ◦ blue 43

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

Shades of Earls Green #C0B02B

Tints of Earls Green #C0B02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.82%

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

R = 46.72%
G = 42.82%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0B02B (or 0xC0B02B) is known color: Earls Green. HEX triplet: C0, B0 and 2B. RGB value is (192,176,43). Sum of RGB (Red+Green+Blue) = 192+176+43=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B02B is #3F4FD4. Grayscale: #A6A6A6. Windows color (decimal): -4149205 or 2863296. OLE color: 2863296.

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

Color convert

RGB 192 176 43 -
CMYK 0 0.08 0.78 0.25
HSL 53.56º 0.63% 0.46% -
HSV(B) 53.56º 0.78% 0.75% -
XYZ 37.7 42.43 8.49 -
YUV 165.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 192 176 43 0 0.08 0.78 0.25 53.56 0.63 0.46
Hex C0 B0 2B 0 8 4E 19 36 3F 2E
Octal 300 260 53 0 10 116 31 66 77 56
Binary 11000000 10110000 101011 0 1000 1001110 11001 110110 111111 101110

Color Harmonies of #C0B02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B02B

Black with #C0B02B

Text Example


Text Example

White with #C0B02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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