#C1BF58

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

Shades of Olive Green #C1BF58

Tints of Olive Green #C1BF58

Color information

#C1BF58 (or 0xC1BF58) is unknown color: approx Olive Green. HEX triplet: C1, BF and 58. RGB value is (193,191,88). Sum of RGB (Red+Green+Blue) = 193+191+88=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF58 is #3E40A7. Grayscale: #B4B4B4. Windows color (decimal): -4079784 or 5816257. OLE color: 5816257.

HSL color Cylindrical-coordinate representation of color #C1BF58: hue angle of 58.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1BF58 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19319188-
CMYK00.010.540.24
HSL58.86º45.85%55.1%-
HSV(B)58.86º54.4%75.69%-
XYZ42.3849.316.52-
YUV179.8676.16137.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 88 (34.77% from 255) = 18.64%
R=40.89%
G=40.47%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931918800.010.540.2458.8645.8555.1
HexC1BF580136183b2e37
Octal301277130016630735667
Binary110000011011111110110000111011011000111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF58; }

 p { color: rgb(193,191,88); }

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

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

 a { background-color: rgb(193,191,88); }

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

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

 span { border-color: rgb(193,191,88); }

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