Html Css Color HEX #C0B015 Earls Green

📋 copy color: '#C0B015'

red 192 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #C0B015

Tints of Earls Green #C0B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 49.36%
G = 45.24%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0B015 (or 0xC0B015) is known color: Earls Green. HEX triplet: C0, B0 and 15. RGB value is (192,176,21). Sum of RGB (Red+Green+Blue) = 192+176+21=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B015 is #3F4FEA. Grayscale: #A3A3A3. Windows color (decimal): -4149227 or 1421504. OLE color: 1421504.

HSL color Cylindrical-coordinate representation of color #C0B015: hue angle of 54.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0B015 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 21 -
CMYK 0 0.08 0.89 0.25
HSL 54.39º 0.8% 0.42% -
HSV(B) 54.39º 0.89% 0.75% -
XYZ 37.4 42.31 6.91 -
YUV 163.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 192 176 21 0 0.08 0.89 0.25 54.39 0.8 0.42
Hex C0 B0 15 0 8 59 19 36 50 2A
Octal 300 260 25 0 10 131 31 66 120 52
Binary 11000000 10110000 10101 0 1000 1011001 11001 110110 1010000 101010

Color Harmonies of #C0B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B015

Black with #C0B015

Text Example


Text Example

White with #C0B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B015; }

 p { color: rgb(192,176,21); }

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

background-color css

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

 a { background-color: rgb(192,176,21); }

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

border-color css

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

 span { border-color: rgb(192,176,21); }

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