Html Css Color HEX #BBB356 Olive Green

📋 copy color: '#BBB356'

red 187 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #BBB356

Tints of Olive Green #BBB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 41.37%
G = 39.6%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBB356 (or 0xBBB356) is known color: Olive Green. HEX triplet: BB, B3 and 56. RGB value is (187,179,86). Sum of RGB (Red+Green+Blue) = 187+179+86=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB356 is #444CA9. Grayscale: #ABABAB. Windows color (decimal): -4476074 or 5682107. OLE color: 5682107.

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

Color convert

RGB 187 179 86 -
CMYK 0 0.04 0.54 0.27
HSL 55.25º 0.43% 0.54% -
HSV(B) 55.25º 0.54% 0.73% -
XYZ 38.29 43.48 15.18 -
YUV 170.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 187 179 86 0 0.04 0.54 0.27 55.25 0.43 0.54
Hex BB B3 56 0 4 36 1B 37 2B 36
Octal 273 263 126 0 4 66 33 67 53 66
Binary 10111011 10110011 1010110 0 100 110110 11011 110111 101011 110110

Color Harmonies of #BBB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB356

Black with #BBB356

Text Example


Text Example

White with #BBB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB356; }

 p { color: rgb(187,179,86); }

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

background-color css

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

 a { background-color: rgb(187,179,86); }

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

border-color css

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

 span { border-color: rgb(187,179,86); }

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