Html Css Color HEX #B1B553 Olive Green

📋 copy color: '#B1B553'

red 177 ◦ green 181 ◦ blue 83

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

Shades of Olive Green #B1B553

Tints of Olive Green #B1B553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.82%

R = 40.14%
G = 41.04%
B = 18.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B1B553 (or 0xB1B553) is known color: Olive Green. HEX triplet: B1, B5 and 53. RGB value is (177,181,83). Sum of RGB (Red+Green+Blue) = 177+181+83=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B553 is #4E4AAC. Grayscale: #A9A9A9. Windows color (decimal): -5130925 or 5486001. OLE color: 5486001.

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

Color convert

RGB 177 181 83 -
CMYK 0.02 0 0.54 0.29
HSL 62.45º 0.4% 0.52% -
HSV(B) 62.45º 0.54% 0.71% -
XYZ 36.22 43.02 14.58 -
YUV 168.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 177 181 83 0.02 0 0.54 0.29 62.45 0.4 0.52
Hex B1 B5 53 2 0 36 1D 3E 28 34
Octal 261 265 123 2 0 66 35 76 50 64
Binary 10110001 10110101 1010011 10 0 110110 11101 111110 101000 110100

Color Harmonies of #B1B553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B553

Black with #B1B553

Text Example


Text Example

White with #B1B553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B553; }

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

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

background-color css

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

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

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

border-color css

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

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

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