Html Css Color HEX #C0B11F Earls Green

📋 copy color: '#C0B11F'

red 192 ◦ green 177 ◦ blue 31

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

Shades of Earls Green #C0B11F

Tints of Earls Green #C0B11F

RGB

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

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

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

R = 48%
G = 44.25%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0B11F (or 0xC0B11F) is known color: Earls Green. HEX triplet: C0, B1 and 1F. RGB value is (192,177,31). Sum of RGB (Red+Green+Blue) = 192+177+31=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B11F is #3F4EE0. Grayscale: #A5A5A5. Windows color (decimal): -4148961 or 2077120. OLE color: 2077120.

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

Color convert

RGB 192 177 31 -
CMYK 0 0.08 0.84 0.25
HSL 54.41º 0.72% 0.44% -
HSV(B) 54.41º 0.84% 0.75% -
XYZ 37.71 42.75 7.56 -
YUV 164.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 192 177 31 0 0.08 0.84 0.25 54.41 0.72 0.44
Hex C0 B1 1F 0 8 54 19 36 48 2C
Octal 300 261 37 0 10 124 31 66 110 54
Binary 11000000 10110001 11111 0 1000 1010100 11001 110110 1001000 101100

Color Harmonies of #C0B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B11F

Black with #C0B11F

Text Example


Text Example

White with #C0B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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