Html Css Color HEX #C0B129 Earls Green

📋 copy color: '#C0B129'

red 192 ◦ green 177 ◦ blue 41

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

Shades of Earls Green #C0B129

Tints of Earls Green #C0B129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 46.83%
G = 43.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B129 (or 0xC0B129) is known color: Earls Green. HEX triplet: C0, B1 and 29. RGB value is (192,177,41). Sum of RGB (Red+Green+Blue) = 192+177+41=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B129 is #3F4ED6. Grayscale: #A6A6A6. Windows color (decimal): -4148951 or 2732480. OLE color: 2732480.

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

Color convert

RGB 192 177 41 -
CMYK 0 0.08 0.79 0.25
HSL 54.04º 0.65% 0.46% -
HSV(B) 54.04º 0.79% 0.75% -
XYZ 37.86 42.81 8.37 -
YUV 165.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 192 177 41 0 0.08 0.79 0.25 54.04 0.65 0.46
Hex C0 B1 29 0 8 4F 19 36 41 2E
Octal 300 261 51 0 10 117 31 66 101 56
Binary 11000000 10110001 101001 0 1000 1001111 11001 110110 1000001 101110

Color Harmonies of #C0B129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B129

Black with #C0B129

Text Example


Text Example

White with #C0B129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B129; }

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

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

background-color css

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

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

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

border-color css

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

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

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