#C1B94F

Color #C1B94F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C1B94F

Tints of Olive Green #C1B94F

Color information

#C1B94F (or 0xC1B94F) is unknown color: approx Olive Green. HEX triplet: C1, B9 and 4F. RGB value is (193,185,79). Sum of RGB (Red+Green+Blue) = 193+185+79=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B94F is #3E46B0. Grayscale: #AFAFAF. Windows color (decimal): -4081329 or 5224897. OLE color: 5224897.

HSL color Cylindrical-coordinate representation of color #C1B94F: hue angle of 55.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1B94F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19318579-
CMYK00.040.590.24
HSL55.79º47.9%53.33%-
HSV(B)55.79º59.07%75.69%-
XYZ40.7546.614.24-
YUV175.3173.65140.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 79 (31.25% from 255) = 17.29%
R=42.23%
G=40.48%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931857900.040.590.2455.7947.953.33
HexC1B94F043B18383035
Octal301271117047330706065
Binary11000001101110011001111010011101111000111000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B94F; }

 p { color: rgb(193,185,79); }

 H1.HeaderClassName
 {
   color: #C1B94F;
 }
 .AnyTagClassName
 {
   color: #C1B94F;
 }
</style>
background-color css

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

 a { background-color: rgb(193,185,79); }

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

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

 span { border-color: rgb(193,185,79); }

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