Html Css Color HEX #BBBB5D Olive Green

📋 copy color: '#BBBB5D'

red 187 ◦ green 187 ◦ blue 93

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

Shades of Olive Green #BBBB5D

Tints of Olive Green #BBBB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 40.04%
G = 40.04%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBBB5D (or 0xBBBB5D) is known color: Olive Green. HEX triplet: BB, BB and 5D. RGB value is (187,187,93). Sum of RGB (Red+Green+Blue) = 187+187+93=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB5D is #4444A2. Grayscale: #B0B0B0. Windows color (decimal): -4474019 or 6142907. OLE color: 6142907.

HSL color Cylindrical-coordinate representation of color #BBBB5D: hue angle of 60º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBBB5D is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 93 -
CMYK 0 0 0.50 0.27
HSL 60º 0.41% 0.55% -
HSV(B) 60º 0.5% 0.73% -
XYZ 40.24 46.9 17.29 -
YUV 176.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 187 187 93 0 0 0.50 0.27 60 0.41 0.55
Hex BB BB 5D 0 0 32 1B 3C 29 37
Octal 273 273 135 0 0 62 33 74 51 67
Binary 10111011 10111011 1011101 0 0 110010 11011 111100 101001 110111

Color Harmonies of #BBBB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB5D

Black with #BBBB5D

Text Example


Text Example

White with #BBBB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB5D; }

 p { color: rgb(187,187,93); }

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

background-color css

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

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

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

border-color css

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

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

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