#BEBD5C

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

Shades of Olive Green #BEBD5C

Tints of Olive Green #BEBD5C

Color information

#BEBD5C (or 0xBEBD5C) is unknown color: approx Olive Green. HEX triplet: BE, BD and 5C. RGB value is (190,189,92). Sum of RGB (Red+Green+Blue) = 190+189+92=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5C is #4142A3. Grayscale: #B2B2B2. Windows color (decimal): -4276900 or 6077886. OLE color: 6077886.

HSL color Cylindrical-coordinate representation of color #BEBD5C: hue angle of 59.39º 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 #BEBD5C is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19018992-
CMYK00.010.520.25
HSL59.39º42.98%55.29%-
HSV(B)59.39º51.58%74.51%-
XYZ41.3648.1217.23-
YUV178.2479.33136.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=40.34%
G=40.13%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901899200.010.520.2559.3942.9855.29
HexBEBD5C0134193b2b37
Octal276275134016431735367
Binary101111101011110110111000111010011001111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD5C; }

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

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

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

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

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

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

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

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