Html Css Color HEX #B1BA5D Olive Green

📋 copy color: '#B1BA5D'

red 177 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #B1BA5D

Tints of Olive Green #B1BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 38.82%
G = 40.79%
B = 20.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#B1BA5D (or 0xB1BA5D) is known color: Olive Green. HEX triplet: B1, BA and 5D. RGB value is (177,186,93). Sum of RGB (Red+Green+Blue) = 177+186+93=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA5D is #4E45A2. Grayscale: #ADADAD. Windows color (decimal): -5129635 or 6142641. OLE color: 6142641.

HSL color Cylindrical-coordinate representation of color #B1BA5D: hue angle of 65.81º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1BA5D is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 93 -
CMYK 0.05 0 0.5 0.27
HSL 65.81º 0.4% 0.55% -
HSV(B) 65.81º 0.5% 0.73% -
XYZ 37.67 45.26 17.11 -
YUV 172.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 177 186 93 0.05 0 0.5 0.27 65.81 0.4 0.55
Hex B1 BA 5D 5 0 32 1B 42 28 37
Octal 261 272 135 5 0 62 33 102 50 67
Binary 10110001 10111010 1011101 101 0 110010 11011 1000010 101000 110111

Color Harmonies of #B1BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA5D

Black with #B1BA5D

Text Example


Text Example

White with #B1BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA5D; }

 p { color: rgb(177,186,93); }

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

background-color css

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

 a { background-color: rgb(177,186,93); }

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

border-color css

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

 span { border-color: rgb(177,186,93); }

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