Html Css Color HEX #BBB257 Olive Green

📋 copy color: '#BBB257'

red 187 ◦ green 178 ◦ blue 87

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

Shades of Olive Green #BBB257

Tints of Olive Green #BBB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.38%

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

R = 41.37%
G = 39.38%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBB257 (or 0xBBB257) is known color: Olive Green. HEX triplet: BB, B2 and 57. RGB value is (187,178,87). Sum of RGB (Red+Green+Blue) = 187+178+87=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB257 is #444DA8. Grayscale: #AAAAAA. Windows color (decimal): -4476329 or 5747387. OLE color: 5747387.

HSL color Cylindrical-coordinate representation of color #BBB257: hue angle of 54.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 #BBB257 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 87 -
CMYK 0 0.05 0.53 0.27
HSL 54.6º 0.42% 0.54% -
HSV(B) 54.6º 0.53% 0.73% -
XYZ 38.13 43.09 15.32 -
YUV 170.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 187 178 87 0 0.05 0.53 0.27 54.6 0.42 0.54
Hex BB B2 57 0 5 35 1B 37 2A 36
Octal 273 262 127 0 5 65 33 67 52 66
Binary 10111011 10110010 1010111 0 101 110101 11011 110111 101010 110110

Color Harmonies of #BBB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB257

Black with #BBB257

Text Example


Text Example

White with #BBB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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