Html Css Color HEX #BBB550 Olive Green

📋 copy color: '#BBB550'

red 187 ◦ green 181 ◦ blue 80

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

Shades of Olive Green #BBB550

Tints of Olive Green #BBB550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 41.74%
G = 40.4%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBB550 (or 0xBBB550) is known color: Olive Green. HEX triplet: BB, B5 and 50. RGB value is (187,181,80). Sum of RGB (Red+Green+Blue) = 187+181+80=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB550 is #444AAF. Grayscale: #ABABAB. Windows color (decimal): -4475568 or 5289403. OLE color: 5289403.

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

Color convert

RGB 187 181 80 -
CMYK 0 0.03 0.57 0.27
HSL 56.64º 0.44% 0.52% -
HSV(B) 56.64º 0.57% 0.73% -
XYZ 38.47 44.19 14.09 -
YUV 171.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 187 181 80 0 0.03 0.57 0.27 56.64 0.44 0.52
Hex BB B5 50 0 3 39 1B 39 2C 34
Octal 273 265 120 0 3 71 33 71 54 64
Binary 10111011 10110101 1010000 0 11 111001 11011 111001 101100 110100

Color Harmonies of #BBB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB550

Black with #BBB550

Text Example


Text Example

White with #BBB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB550; }

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

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

background-color css

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

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

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

border-color css

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

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

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