Html Css Color HEX #BBB355 Olive Green

📋 copy color: '#BBB355'

red 187 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #BBB355

Tints of Olive Green #BBB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

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

R = 41.46%
G = 39.69%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBB355 (or 0xBBB355) is known color: Olive Green. HEX triplet: BB, B3 and 55. RGB value is (187,179,85). Sum of RGB (Red+Green+Blue) = 187+179+85=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB355 is #444CAA. Grayscale: #ABABAB. Windows color (decimal): -4476075 or 5616571. OLE color: 5616571.

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

Color convert

RGB 187 179 85 -
CMYK 0 0.04 0.55 0.27
HSL 55.29º 0.43% 0.53% -
HSV(B) 55.29º 0.55% 0.73% -
XYZ 38.25 43.46 14.97 -
YUV 170.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 187 179 85 0 0.04 0.55 0.27 55.29 0.43 0.53
Hex BB B3 55 0 4 37 1B 37 2B 35
Octal 273 263 125 0 4 67 33 67 53 65
Binary 10111011 10110011 1010101 0 100 110111 11011 110111 101011 110101

Color Harmonies of #BBB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB355

Black with #BBB355

Text Example


Text Example

White with #BBB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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