Html Css Color HEX #BBB350 Olive Green

📋 copy color: '#BBB350'

red 187 ◦ green 179 ◦ blue 80

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

Shades of Olive Green #BBB350

Tints of Olive Green #BBB350

RGB

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

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

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

R = 41.93%
G = 40.13%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBB350 (or 0xBBB350) is known color: Olive Green. HEX triplet: BB, B3 and 50. RGB value is (187,179,80). Sum of RGB (Red+Green+Blue) = 187+179+80=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB350 is #444CAF. Grayscale: #AAAAAA. Windows color (decimal): -4476080 or 5288891. OLE color: 5288891.

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

Color convert

RGB 187 179 80 -
CMYK 0 0.04 0.57 0.27
HSL 55.51º 0.44% 0.52% -
HSV(B) 55.51º 0.57% 0.73% -
XYZ 38.06 43.38 13.96 -
YUV 170.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 187 179 80 0 0.04 0.57 0.27 55.51 0.44 0.52
Hex BB B3 50 0 4 39 1B 38 2C 34
Octal 273 263 120 0 4 71 33 70 54 64
Binary 10111011 10110011 1010000 0 100 111001 11011 111000 101100 110100

Color Harmonies of #BBB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB350

Black with #BBB350

Text Example


Text Example

White with #BBB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB350; }

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

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

background-color css

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

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

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

border-color css

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

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

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