Html Css Color HEX #B1B560 Olive Green

📋 copy color: '#B1B560'

red 177 ◦ green 181 ◦ blue 96

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

Shades of Olive Green #B1B560

Tints of Olive Green #B1B560

RGB

 RED value IS 177 (69.53% from 255) = 38.99%

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 38.99%
G = 39.87%
B = 21.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B1B560 (or 0xB1B560) is known color: Olive Green. HEX triplet: B1, B5 and 60. RGB value is (177,181,96). Sum of RGB (Red+Green+Blue) = 177+181+96=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B560 is #4E4A9F. Grayscale: #AAAAAA. Windows color (decimal): -5130912 or 6337969. OLE color: 6337969.

HSL color Cylindrical-coordinate representation of color #B1B560: hue angle of 62.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1B560 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 96 -
CMYK 0.02 0 0.47 0.29
HSL 62.82º 0.36% 0.54% -
HSV(B) 62.82º 0.47% 0.71% -
XYZ 36.77 43.24 17.47 -
YUV 170.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 177 181 96 0.02 0 0.47 0.29 62.82 0.36 0.54
Hex B1 B5 60 2 0 2F 1D 3F 24 36
Octal 261 265 140 2 0 57 35 77 44 66
Binary 10110001 10110101 1100000 10 0 101111 11101 111111 100100 110110

Color Harmonies of #B1B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B560

Black with #B1B560

Text Example


Text Example

White with #B1B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B560; }

 p { color: rgb(177,181,96); }

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

background-color css

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

 a { background-color: rgb(177,181,96); }

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

border-color css

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

 span { border-color: rgb(177,181,96); }

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