#BBB45C

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

Shades of Olive Green #BBB45C

Tints of Olive Green #BBB45C

Color information

#BBB45C (or 0xBBB45C) is unknown color: approx Olive Green. HEX triplet: BB, B4 and 5C. RGB value is (187,180,92). Sum of RGB (Red+Green+Blue) = 187+180+92=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB45C is #444BA3. Grayscale: #ACACAC. Windows color (decimal): -4475812 or 6075579. OLE color: 6075579.

HSL color Cylindrical-coordinate representation of color #BBB45C: hue angle of 55.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBB45C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18718092-
CMYK00.040.510.27
HSL55.58º41.13%54.71%-
HSV(B)55.58º50.8%73.33%-
XYZ38.7543.9816.57-
YUV172.0682.82138.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=40.74%
G=39.22%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871809200.040.510.2755.5841.1354.71
HexBBB45C04331B382937
Octal273264134046333705167
Binary10111011101101001011100010011001111011111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB45C; }

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

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

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

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

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

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

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

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