Html Css Color HEX #BBB757 Olive Green

📋 copy color: '#BBB757'

red 187 ◦ green 183 ◦ blue 87

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

Shades of Olive Green #BBB757

Tints of Olive Green #BBB757

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 87 (34.38% from 255) = 19.04%

R = 40.92%
G = 40.04%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBB757 (or 0xBBB757) is known color: Olive Green. HEX triplet: BB, B7 and 57. RGB value is (187,183,87). Sum of RGB (Red+Green+Blue) = 187+183+87=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB757 is #4448A8. Grayscale: #ADADAD. Windows color (decimal): -4475049 or 5748667. OLE color: 5748667.

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

Color convert

RGB 187 183 87 -
CMYK 0 0.02 0.53 0.27
HSL 57.6º 0.42% 0.54% -
HSV(B) 57.6º 0.53% 0.73% -
XYZ 39.15 45.12 15.66 -
YUV 173.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 187 183 87 0 0.02 0.53 0.27 57.6 0.42 0.54
Hex BB B7 57 0 2 35 1B 3A 2A 36
Octal 273 267 127 0 2 65 33 72 52 66
Binary 10111011 10110111 1010111 0 10 110101 11011 111010 101010 110110

Color Harmonies of #BBB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB757

Black with #BBB757

Text Example


Text Example

White with #BBB757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB757; }

 p { color: rgb(187,183,87); }

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

background-color css

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

 a { background-color: rgb(187,183,87); }

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

border-color css

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

 span { border-color: rgb(187,183,87); }

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