Html Css Color HEX #C0B31F Earls Green

📋 copy color: '#C0B31F'

red 192 ◦ green 179 ◦ blue 31

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

Shades of Earls Green #C0B31F

Tints of Earls Green #C0B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

 BLUE value IS 31 (12.5% from 255) = 7.71%

R = 47.76%
G = 44.53%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0B31F (or 0xC0B31F) is known color: Earls Green. HEX triplet: C0, B3 and 1F. RGB value is (192,179,31). Sum of RGB (Red+Green+Blue) = 192+179+31=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B31F is #3F4CE0. Grayscale: #A6A6A6. Windows color (decimal): -4148449 or 2077632. OLE color: 2077632.

HSL color Cylindrical-coordinate representation of color #C0B31F: hue angle of 55.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0B31F is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 31 -
CMYK 0 0.07 0.84 0.25
HSL 55.16º 0.72% 0.44% -
HSV(B) 55.16º 0.84% 0.75% -
XYZ 38.11 43.55 7.69 -
YUV 166.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 192 179 31 0 0.07 0.84 0.25 55.16 0.72 0.44
Hex C0 B3 1F 0 7 54 19 37 48 2C
Octal 300 263 37 0 7 124 31 67 110 54
Binary 11000000 10110011 11111 0 111 1010100 11001 110111 1001000 101100

Color Harmonies of #C0B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B31F

Black with #C0B31F

Text Example


Text Example

White with #C0B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B31F; }

 p { color: rgb(192,179,31); }

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

background-color css

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

 a { background-color: rgb(192,179,31); }

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

border-color css

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

 span { border-color: rgb(192,179,31); }

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