Html Css Color HEX #BBB155 Olive Green

📋 copy color: '#BBB155'

red 187 ◦ green 177 ◦ blue 85

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

Shades of Olive Green #BBB155

Tints of Olive Green #BBB155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 41.65%
G = 39.42%
B = 18.93%

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

#BBB155 (or 0xBBB155) is known color: Olive Green. HEX triplet: BB, B1 and 55. RGB value is (187,177,85). Sum of RGB (Red+Green+Blue) = 187+177+85=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB155 is #444EAA. Grayscale: #A9A9A9. Windows color (decimal): -4476587 or 5616059. OLE color: 5616059.

HSL color Cylindrical-coordinate representation of color #BBB155: hue angle of 54.12º 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 #BBB155 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 85 -
CMYK 0 0.05 0.55 0.27
HSL 54.12º 0.43% 0.53% -
HSV(B) 54.12º 0.55% 0.73% -
XYZ 37.86 42.66 14.83 -
YUV 169.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 187 177 85 0 0.05 0.55 0.27 54.12 0.43 0.53
Hex BB B1 55 0 5 37 1B 36 2B 35
Octal 273 261 125 0 5 67 33 66 53 65
Binary 10111011 10110001 1010101 0 101 110111 11011 110110 101011 110101

Color Harmonies of #BBB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB155

Black with #BBB155

Text Example


Text Example

White with #BBB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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