#BBB450

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

Shades of Olive Green #BBB450

Tints of Olive Green #BBB450

Color information

#BBB450 (or 0xBBB450) is unknown color: approx Olive Green. HEX triplet: BB, B4 and 50. RGB value is (187,180,80). Sum of RGB (Red+Green+Blue) = 187+180+80=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB450 is #444BAF. Grayscale: #ABABAB. Windows color (decimal): -4475824 or 5289147. OLE color: 5289147.

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

Color convert

RGB18718080-
CMYK00.040.570.27
HSL56.07º44.03%52.35%-
HSV(B)56.07º57.22%73.33%-
XYZ38.2643.7914.02-
YUV170.6976.82139.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 80 (31.64% from 255) = 17.90%
R=41.83%
G=40.27%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871808000.040.570.2756.0744.0352.35
HexBBB45004391B382c34
Octal273264120047133705464
Binary10111011101101001010000010011100111011111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB450; }

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

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

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

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

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

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

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

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