Html Css Color HEX #BBB856 Olive Green

📋 copy color: '#BBB856'

red 187 ◦ green 184 ◦ blue 86

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

Shades of Olive Green #BBB856

Tints of Olive Green #BBB856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 40.92%
G = 40.26%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBB856 (or 0xBBB856) is known color: Olive Green. HEX triplet: BB, B8 and 56. RGB value is (187,184,86). Sum of RGB (Red+Green+Blue) = 187+184+86=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB856 is #4447A9. Grayscale: #AEAEAE. Windows color (decimal): -4474794 or 5683387. OLE color: 5683387.

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

Color convert

RGB 187 184 86 -
CMYK 0 0.02 0.54 0.27
HSL 58.22º 0.43% 0.54% -
HSV(B) 58.22º 0.54% 0.73% -
XYZ 39.31 45.52 15.52 -
YUV 173.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 187 184 86 0 0.02 0.54 0.27 58.22 0.43 0.54
Hex BB B8 56 0 2 36 1B 3A 2B 36
Octal 273 270 126 0 2 66 33 72 53 66
Binary 10111011 10111000 1010110 0 10 110110 11011 111010 101011 110110

Color Harmonies of #BBB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB856

Black with #BBB856

Text Example


Text Example

White with #BBB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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