#BBBD5C

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

Shades of Olive Green #BBBD5C

Tints of Olive Green #BBBD5C

Color information

#BBBD5C (or 0xBBBD5C) is unknown color: approx Olive Green. HEX triplet: BB, BD and 5C. RGB value is (187,189,92). Sum of RGB (Red+Green+Blue) = 187+189+92=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD5C is #4442A3. Grayscale: #B1B1B1. Windows color (decimal): -4473508 or 6077883. OLE color: 6077883.

HSL color Cylindrical-coordinate representation of color #BBBD5C: hue angle of 61.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBD5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18718992-
CMYK0.0100.510.26
HSL61.24º42.36%55.1%-
HSV(B)61.24º51.32%74.12%-
XYZ40.6247.7317.2-
YUV177.3479.84134.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=39.96%
G=40.38%
B=19.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189920.0100.510.2661.2442.3655.1
HexBBBD5C10331A3d2a37
Octal273275134106332755267
Binary101110111011110110111001011001111010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD5C; }

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

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

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

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

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

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

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

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