Html Css Color HEX #BBB650 Olive Green

📋 copy color: '#BBB650'

red 187 ◦ green 182 ◦ blue 80

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

Shades of Olive Green #BBB650

Tints of Olive Green #BBB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 41.65%
G = 40.53%
B = 17.82%

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

#BBB650 (or 0xBBB650) is known color: Olive Green. HEX triplet: BB, B6 and 50. RGB value is (187,182,80). Sum of RGB (Red+Green+Blue) = 187+182+80=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB650 is #4449AF. Grayscale: #ACACAC. Windows color (decimal): -4475312 or 5289659. OLE color: 5289659.

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

Color convert

RGB 187 182 80 -
CMYK 0 0.03 0.57 0.27
HSL 57.2º 0.44% 0.52% -
HSV(B) 57.2º 0.57% 0.73% -
XYZ 38.67 44.6 14.16 -
YUV 171.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 187 182 80 0 0.03 0.57 0.27 57.2 0.44 0.52
Hex BB B6 50 0 3 39 1B 39 2C 34
Octal 273 266 120 0 3 71 33 71 54 64
Binary 10111011 10110110 1010000 0 11 111001 11011 111001 101100 110100

Color Harmonies of #BBB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB650

Black with #BBB650

Text Example


Text Example

White with #BBB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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