Html Css Color HEX #BBB154 Olive Green

📋 copy color: '#BBB154'

red 187 ◦ green 177 ◦ blue 84

#BBB154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BBB154

Tints of Olive Green #BBB154

RGB

 RED value IS 187 (73.44% from 255) = 41.74%

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 84 (33.2% from 255) = 18.75%

R = 41.74%
G = 39.51%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBB154 (or 0xBBB154) is known color: Olive Green. HEX triplet: BB, B1 and 54. RGB value is (187,177,84). Sum of RGB (Red+Green+Blue) = 187+177+84=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB154 is #444EAB. Grayscale: #A9A9A9. Windows color (decimal): -4476588 or 5550523. OLE color: 5550523.

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

Color convert

RGB 187 177 84 -
CMYK 0 0.05 0.55 0.27
HSL 54.17º 0.43% 0.53% -
HSV(B) 54.17º 0.55% 0.73% -
XYZ 37.82 42.65 14.63 -
YUV 169.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 187 177 84 0 0.05 0.55 0.27 54.17 0.43 0.53
Hex BB B1 54 0 5 37 1B 36 2B 35
Octal 273 261 124 0 5 67 33 66 53 65
Binary 10111011 10110001 1010100 0 101 110111 11011 110110 101011 110101

Color Harmonies of #BBB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB154

Black with #BBB154

Text Example


Text Example

White with #BBB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB154; }

 p { color: rgb(187,177,84); }

 H1.HeaderClassName
 {
   color: #BBB154;
 }
 .AnyTagClassName
 {
   color: #BBB154;
 }
</style>

background-color css

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

 a { background-color: rgb(187,177,84); }

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

border-color css

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

 span { border-color: rgb(187,177,84); }

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