Html Css Color HEX #C0B329 Earls Green

📋 copy color: '#C0B329'

red 192 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #C0B329

Tints of Earls Green #C0B329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 46.6%
G = 43.45%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B329 (or 0xC0B329) is known color: Earls Green. HEX triplet: C0, B3 and 29. RGB value is (192,179,41). Sum of RGB (Red+Green+Blue) = 192+179+41=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B329 is #3F4CD6. Grayscale: #A7A7A7. Windows color (decimal): -4148439 or 2732992. OLE color: 2732992.

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

Color convert

RGB 192 179 41 -
CMYK 0 0.07 0.79 0.25
HSL 54.83º 0.65% 0.46% -
HSV(B) 54.83º 0.79% 0.75% -
XYZ 38.26 43.61 8.5 -
YUV 167.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 192 179 41 0 0.07 0.79 0.25 54.83 0.65 0.46
Hex C0 B3 29 0 7 4F 19 37 41 2E
Octal 300 263 51 0 7 117 31 67 101 56
Binary 11000000 10110011 101001 0 111 1001111 11001 110111 1000001 101110

Color Harmonies of #C0B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B329

Black with #C0B329

Text Example


Text Example

White with #C0B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B329; }

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

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

background-color css

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

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

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

border-color css

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

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

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