Html Css Color HEX #BBB855 Olive Green

📋 copy color: '#BBB855'

red 187 ◦ green 184 ◦ blue 85

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

Shades of Olive Green #BBB855

Tints of Olive Green #BBB855

RGB

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

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

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

R = 41.01%
G = 40.35%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBB855 (or 0xBBB855) is known color: Olive Green. HEX triplet: BB, B8 and 55. RGB value is (187,184,85). Sum of RGB (Red+Green+Blue) = 187+184+85=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB855 is #4447AA. Grayscale: #AEAEAE. Windows color (decimal): -4474795 or 5617851. OLE color: 5617851.

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

Color convert

RGB 187 184 85 -
CMYK 0 0.02 0.55 0.27
HSL 58.24º 0.43% 0.53% -
HSV(B) 58.24º 0.55% 0.73% -
XYZ 39.27 45.5 15.31 -
YUV 173.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 187 184 85 0 0.02 0.55 0.27 58.24 0.43 0.53
Hex BB B8 55 0 2 37 1B 3A 2B 35
Octal 273 270 125 0 2 67 33 72 53 65
Binary 10111011 10111000 1010101 0 10 110111 11011 111010 101011 110101

Color Harmonies of #BBB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB855

Black with #BBB855

Text Example


Text Example

White with #BBB855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB855; }

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

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

background-color css

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

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

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

border-color css

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

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

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