Html Css Color HEX #B0B157 Olive Green

📋 copy color: '#B0B157'

red 176 ◦ green 177 ◦ blue 87

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

Shades of Olive Green #B0B157

Tints of Olive Green #B0B157

RGB

 RED value IS 176 (69.14% from 255) = 40%

 GREEN value IS 177 (69.53% from 255) = 40.23%

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

R = 40%
G = 40.23%
B = 19.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B0B157 (or 0xB0B157) is known color: Olive Green. HEX triplet: B0, B1 and 57. RGB value is (176,177,87). Sum of RGB (Red+Green+Blue) = 176+177+87=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B157 is #4F4EA8. Grayscale: #A6A6A6. Windows color (decimal): -5197481 or 5747120. OLE color: 5747120.

HSL color Cylindrical-coordinate representation of color #B0B157: hue angle of 60.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0B157 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 87 -
CMYK 0.01 0 0.51 0.31
HSL 60.67º 0.37% 0.52% -
HSV(B) 60.67º 0.51% 0.69% -
XYZ 35.35 41.36 15.14 -
YUV 166.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 176 177 87 0.01 0 0.51 0.31 60.67 0.37 0.52
Hex B0 B1 57 1 0 33 1F 3D 25 34
Octal 260 261 127 1 0 63 37 75 45 64
Binary 10110000 10110001 1010111 1 0 110011 11111 111101 100101 110100

Color Harmonies of #B0B157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B157

Black with #B0B157

Text Example


Text Example

White with #B0B157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B157; }

 p { color: rgb(176,177,87); }

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

background-color css

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

 a { background-color: rgb(176,177,87); }

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

border-color css

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

 span { border-color: rgb(176,177,87); }

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