#BEB95C

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

Shades of Olive Green #BEB95C

Tints of Olive Green #BEB95C

Color information

#BEB95C (or 0xBEB95C) is unknown color: approx Olive Green. HEX triplet: BE, B9 and 5C. RGB value is (190,185,92). Sum of RGB (Red+Green+Blue) = 190+185+92=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB95C is #4146A3. Grayscale: #B0B0B0. Windows color (decimal): -4277924 or 6076862. OLE color: 6076862.

HSL color Cylindrical-coordinate representation of color #BEB95C: hue angle of 56.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEB95C is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19018592-
CMYK00.030.520.25
HSL56.94º42.98%55.29%-
HSV(B)56.94º51.58%74.51%-
XYZ40.5246.4216.95-
YUV175.8980.66138.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=40.69%
G=39.61%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901859200.030.520.2556.9442.9855.29
HexBEB95C033419392b37
Octal276271134036431715367
Binary1011111010111001101110001111010011001111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB95C; }

 p { color: rgb(190,185,92); }

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

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

 a { background-color: rgb(190,185,92); }

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

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

 span { border-color: rgb(190,185,92); }

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