Html Css Color HEX #B5BA5B Olive Green

📋 copy color: '#B5BA5B'

red 181 ◦ green 186 ◦ blue 91

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

Shades of Olive Green #B5BA5B

Tints of Olive Green #B5BA5B

RGB

 RED value IS 181 (71.09% from 255) = 39.52%

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 39.52%
G = 40.61%
B = 19.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B5BA5B (or 0xB5BA5B) is known color: Olive Green. HEX triplet: B5, BA and 5B. RGB value is (181,186,91). Sum of RGB (Red+Green+Blue) = 181+186+91=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA5B is #4A45A4. Grayscale: #AEAEAE. Windows color (decimal): -4867493 or 6011573. OLE color: 6011573.

HSL color Cylindrical-coordinate representation of color #B5BA5B: hue angle of 63.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5BA5B is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 91 -
CMYK 0.03 0 0.51 0.27
HSL 63.16º 0.41% 0.54% -
HSV(B) 63.16º 0.51% 0.73% -
XYZ 38.5 45.7 16.69 -
YUV 173.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 181 186 91 0.03 0 0.51 0.27 63.16 0.41 0.54
Hex B5 BA 5B 3 0 33 1B 3F 29 36
Octal 265 272 133 3 0 63 33 77 51 66
Binary 10110101 10111010 1011011 11 0 110011 11011 111111 101001 110110

Color Harmonies of #B5BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA5B

Black with #B5BA5B

Text Example


Text Example

White with #B5BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA5B; }

 p { color: rgb(181,186,91); }

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

background-color css

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

 a { background-color: rgb(181,186,91); }

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

border-color css

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

 span { border-color: rgb(181,186,91); }

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