Html Css Color HEX #C0A61B Earls Green

📋 copy color: '#C0A61B'

red 192 ◦ green 166 ◦ blue 27

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

Shades of Earls Green #C0A61B

Tints of Earls Green #C0A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 49.87%
G = 43.12%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0A61B (or 0xC0A61B) is known color: Earls Green. HEX triplet: C0, A6 and 1B. RGB value is (192,166,27). Sum of RGB (Red+Green+Blue) = 192+166+27=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A61B is #3F59E4. Grayscale: #9E9E9E. Windows color (decimal): -4151781 or 1812160. OLE color: 1812160.

HSL color Cylindrical-coordinate representation of color #C0A61B: hue angle of 50.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0A61B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 27 -
CMYK 0 0.14 0.86 0.25
HSL 50.55º 0.75% 0.43% -
HSV(B) 50.55º 0.86% 0.75% -
XYZ 35.57 38.56 6.6 -
YUV 157.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 192 166 27 0 0.14 0.86 0.25 50.55 0.75 0.43
Hex C0 A6 1B 0 E 56 19 33 4B 2B
Octal 300 246 33 0 16 126 31 63 113 53
Binary 11000000 10100110 11011 0 1110 1010110 11001 110011 1001011 101011

Color Harmonies of #C0A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A61B

Black with #C0A61B

Text Example


Text Example

White with #C0A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A61B; }

 p { color: rgb(192,166,27); }

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

background-color css

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

 a { background-color: rgb(192,166,27); }

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

border-color css

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

 span { border-color: rgb(192,166,27); }

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