Html Css Color HEX #BBB056 Olive Green

📋 copy color: '#BBB056'

red 187 ◦ green 176 ◦ blue 86

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

Shades of Olive Green #BBB056

Tints of Olive Green #BBB056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

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

R = 41.65%
G = 39.2%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBB056 (or 0xBBB056) is known color: Olive Green. HEX triplet: BB, B0 and 56. RGB value is (187,176,86). Sum of RGB (Red+Green+Blue) = 187+176+86=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB056 is #444FA9. Grayscale: #A9A9A9. Windows color (decimal): -4476842 or 5681339. OLE color: 5681339.

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

Color convert

RGB 187 176 86 -
CMYK 0 0.06 0.54 0.27
HSL 53.47º 0.43% 0.54% -
HSV(B) 53.47º 0.54% 0.73% -
XYZ 37.7 42.29 14.98 -
YUV 169.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 187 176 86 0 0.06 0.54 0.27 53.47 0.43 0.54
Hex BB B0 56 0 6 36 1B 35 2B 36
Octal 273 260 126 0 6 66 33 65 53 66
Binary 10111011 10110000 1010110 0 110 110110 11011 110101 101011 110110

Color Harmonies of #BBB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB056

Black with #BBB056

Text Example


Text Example

White with #BBB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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