#BBB25A

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

Shades of Olive Green #BBB25A

Tints of Olive Green #BBB25A

Color information

#BBB25A (or 0xBBB25A) is unknown color: approx Olive Green. HEX triplet: BB, B2 and 5A. RGB value is (187,178,90). Sum of RGB (Red+Green+Blue) = 187+178+90=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB25A is #444DA5. Grayscale: #ABABAB. Windows color (decimal): -4476326 or 5943995. OLE color: 5943995.

HSL color Cylindrical-coordinate representation of color #BBB25A: hue angle of 54.43º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBB25A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18717890-
CMYK00.050.520.27
HSL54.43º41.63%54.31%-
HSV(B)54.43º51.87%73.33%-
XYZ38.2643.1415.98-
YUV170.6682.48139.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=41.10%
G=39.12%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871789000.050.520.2754.4341.6354.31
HexBBB25A05341B362a36
Octal273262132056433665266
Binary10111011101100101011010010111010011011110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB25A; }

 p { color: rgb(187,178,90); }

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

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

 a { background-color: rgb(187,178,90); }

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

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

 span { border-color: rgb(187,178,90); }

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