#C5BE57

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

Shades of Olive Green #C5BE57

Tints of Olive Green #C5BE57

Color information

#C5BE57 (or 0xC5BE57) is unknown color: approx Olive Green. HEX triplet: C5, BE and 57. RGB value is (197,190,87). Sum of RGB (Red+Green+Blue) = 197+190+87=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE57 is #3A41A8. Grayscale: #B4B4B4. Windows color (decimal): -3817897 or 5750469. OLE color: 5750469.

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

Color convert

RGB19719087-
CMYK00.040.560.23
HSL56.18º48.67%55.69%-
HSV(B)56.18º55.84%77.25%-
XYZ43.1649.3916.27-
YUV180.3575.32139.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=41.56%
G=40.08%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971908700.040.560.2356.1848.6755.69
HexC5BE57043817383138
Octal305276127047027706170
Binary11000101101111101010111010011100010111111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE57; }

 p { color: rgb(197,190,87); }

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

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

 a { background-color: rgb(197,190,87); }

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

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

 span { border-color: rgb(197,190,87); }

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