#BDBE5C

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

Shades of Olive Green #BDBE5C

Tints of Olive Green #BDBE5C

Color information

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

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

Color convert

RGB18919092-
CMYK0.0100.520.25
HSL60.61º42.98%55.29%-
HSV(B)60.61º51.58%74.51%-
XYZ41.3348.4217.29-
YUV178.5379.17135.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190920.0100.520.2560.6142.9855.29
HexBDBE5C1034193d2b37
Octal275276134106431755367
Binary101111011011111010111001011010011001111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE5C; }

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

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

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

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

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

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

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

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