Html Css Color HEX #BBB552 Olive Green

📋 copy color: '#BBB552'

red 187 ◦ green 181 ◦ blue 82

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

Shades of Olive Green #BBB552

Tints of Olive Green #BBB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 41.56%
G = 40.22%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBB552 (or 0xBBB552) is known color: Olive Green. HEX triplet: BB, B5 and 52. RGB value is (187,181,82). Sum of RGB (Red+Green+Blue) = 187+181+82=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB552 is #444AAD. Grayscale: #ABABAB. Windows color (decimal): -4475566 or 5420475. OLE color: 5420475.

HSL color Cylindrical-coordinate representation of color #BBB552: hue angle of 56.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBB552 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 82 -
CMYK 0 0.03 0.56 0.27
HSL 56.57º 0.44% 0.53% -
HSV(B) 56.57º 0.56% 0.73% -
XYZ 38.54 44.22 14.49 -
YUV 171.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 187 181 82 0 0.03 0.56 0.27 56.57 0.44 0.53
Hex BB B5 52 0 3 38 1B 39 2C 35
Octal 273 265 122 0 3 70 33 71 54 65
Binary 10111011 10110101 1010010 0 11 111000 11011 111001 101100 110101

Color Harmonies of #BBB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB552

Black with #BBB552

Text Example


Text Example

White with #BBB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB552; }

 p { color: rgb(187,181,82); }

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

background-color css

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

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

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

border-color css

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

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

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