Html Css Color HEX #C0B829 Earls Green

📋 copy color: '#C0B829'

red 192 ◦ green 184 ◦ blue 41

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

Shades of Earls Green #C0B829

Tints of Earls Green #C0B829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.12%

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

R = 46.04%
G = 44.12%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B829 (or 0xC0B829) is known color: Earls Green. HEX triplet: C0, B8 and 29. RGB value is (192,184,41). Sum of RGB (Red+Green+Blue) = 192+184+41=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B829 is #3F47D6. Grayscale: #AAAAAA. Windows color (decimal): -4147159 or 2734272. OLE color: 2734272.

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

Color convert

RGB 192 184 41 -
CMYK 0 0.04 0.79 0.25
HSL 56.82º 0.65% 0.46% -
HSV(B) 56.82º 0.79% 0.75% -
XYZ 39.28 45.65 8.84 -
YUV 170.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 192 184 41 0 0.04 0.79 0.25 56.82 0.65 0.46
Hex C0 B8 29 0 4 4F 19 39 41 2E
Octal 300 270 51 0 4 117 31 71 101 56
Binary 11000000 10111000 101001 0 100 1001111 11001 111001 1000001 101110

Color Harmonies of #C0B829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B829

Black with #C0B829

Text Example


Text Example

White with #C0B829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B829; }

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

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

background-color css

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

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

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

border-color css

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

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

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