Html Css Color HEX #C0B629 Earls Green

📋 copy color: '#C0B629'

red 192 ◦ green 182 ◦ blue 41

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

Shades of Earls Green #C0B629

Tints of Earls Green #C0B629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 46.27%
G = 43.86%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B629 (or 0xC0B629) is known color: Earls Green. HEX triplet: C0, B6 and 29. RGB value is (192,182,41). Sum of RGB (Red+Green+Blue) = 192+182+41=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B629 is #3F49D6. Grayscale: #A9A9A9. Windows color (decimal): -4147671 or 2733760. OLE color: 2733760.

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

Color convert

RGB 192 182 41 -
CMYK 0 0.05 0.79 0.25
HSL 56.03º 0.65% 0.46% -
HSV(B) 56.03º 0.79% 0.75% -
XYZ 38.87 44.82 8.7 -
YUV 168.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 192 182 41 0 0.05 0.79 0.25 56.03 0.65 0.46
Hex C0 B6 29 0 5 4F 19 38 41 2E
Octal 300 266 51 0 5 117 31 70 101 56
Binary 11000000 10110110 101001 0 101 1001111 11001 111000 1000001 101110

Color Harmonies of #C0B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B629

Black with #C0B629

Text Example


Text Example

White with #C0B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B629; }

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

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

background-color css

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

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

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

border-color css

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

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

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