#C5BF58

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

Shades of Olive Green #C5BF58

Tints of Olive Green #C5BF58

Color information

#C5BF58 (or 0xC5BF58) is unknown color: approx Olive Green. HEX triplet: C5, BF and 58. RGB value is (197,191,88). Sum of RGB (Red+Green+Blue) = 197+191+88=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF58 is #3A40A7. Grayscale: #B5B5B5. Windows color (decimal): -3817640 or 5816261. OLE color: 5816261.

HSL color Cylindrical-coordinate representation of color #C5BF58: hue angle of 56.7º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5BF58 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19719188-
CMYK00.030.550.23
HSL56.7º48.44%55.88%-
HSV(B)56.7º55.33%77.25%-
XYZ43.4249.8416.56-
YUV181.0575.49139.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 88 (34.77% from 255) = 18.49%
R=41.39%
G=40.13%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971918800.030.550.2356.748.4455.88
HexC5BF58033717393038
Octal305277130036727716070
Binary1100010110111111101100001111011110111111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF58; }

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

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

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

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

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

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

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

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