Html Css Color HEX #C0AB29 Earls Green

📋 copy color: '#C0AB29'

red 192 ◦ green 171 ◦ blue 41

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

Shades of Earls Green #C0AB29

Tints of Earls Green #C0AB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

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

R = 47.52%
G = 42.33%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0AB29 (or 0xC0AB29) is known color: Earls Green. HEX triplet: C0, AB and 29. RGB value is (192,171,41). Sum of RGB (Red+Green+Blue) = 192+171+41=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB29 is #3F54D6. Grayscale: #A3A3A3. Windows color (decimal): -4150487 or 2730944. OLE color: 2730944.

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

Color convert

RGB 192 171 41 -
CMYK 0 0.11 0.79 0.25
HSL 51.66º 0.65% 0.46% -
HSV(B) 51.66º 0.79% 0.75% -
XYZ 36.7 40.49 7.98 -
YUV 162.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 192 171 41 0 0.11 0.79 0.25 51.66 0.65 0.46
Hex C0 AB 29 0 B 4F 19 34 41 2E
Octal 300 253 51 0 13 117 31 64 101 56
Binary 11000000 10101011 101001 0 1011 1001111 11001 110100 1000001 101110

Color Harmonies of #C0AB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB29

Black with #C0AB29

Text Example


Text Example

White with #C0AB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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