Html Css Color HEX #C0B42B Earls Green

📋 copy color: '#C0B42B'

red 192 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #C0B42B

Tints of Earls Green #C0B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.37%

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

R = 46.27%
G = 43.37%
B = 10.36%

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

#C0B42B (or 0xC0B42B) is known color: Earls Green. HEX triplet: C0, B4 and 2B. RGB value is (192,180,43). Sum of RGB (Red+Green+Blue) = 192+180+43=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B42B is #3F4BD4. Grayscale: #A8A8A8. Windows color (decimal): -4148181 or 2864320. OLE color: 2864320.

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

Color convert

RGB 192 180 43 -
CMYK 0 0.06 0.78 0.25
HSL 55.17º 0.63% 0.46% -
HSV(B) 55.17º 0.78% 0.75% -
XYZ 38.5 44.02 8.75 -
YUV 167.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 192 180 43 0 0.06 0.78 0.25 55.17 0.63 0.46
Hex C0 B4 2B 0 6 4E 19 37 3F 2E
Octal 300 264 53 0 6 116 31 67 77 56
Binary 11000000 10110100 101011 0 110 1001110 11001 110111 111111 101110

Color Harmonies of #C0B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B42B

Black with #C0B42B

Text Example


Text Example

White with #C0B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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