Html Css Color HEX #BABB5B Olive Green

📋 copy color: '#BABB5B'

red 186 ◦ green 187 ◦ blue 91

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

Shades of Olive Green #BABB5B

Tints of Olive Green #BABB5B

RGB

 RED value IS 186 (73.05% from 255) = 40.09%

 GREEN value IS 187 (73.44% from 255) = 40.3%

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

R = 40.09%
G = 40.3%
B = 19.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BABB5B (or 0xBABB5B) is known color: Olive Green. HEX triplet: BA, BB and 5B. RGB value is (186,187,91). Sum of RGB (Red+Green+Blue) = 186+187+91=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB5B is #4544A4. Grayscale: #B0B0B0. Windows color (decimal): -4539557 or 6011834. OLE color: 6011834.

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

Color convert

RGB 186 187 91 -
CMYK 0.01 0 0.51 0.27
HSL 60.63º 0.41% 0.55% -
HSV(B) 60.63º 0.51% 0.73% -
XYZ 39.91 46.74 16.81 -
YUV 175.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 186 187 91 0.01 0 0.51 0.27 60.63 0.41 0.55
Hex BA BB 5B 1 0 33 1B 3D 29 37
Octal 272 273 133 1 0 63 33 75 51 67
Binary 10111010 10111011 1011011 1 0 110011 11011 111101 101001 110111

Color Harmonies of #BABB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB5B

Black with #BABB5B

Text Example


Text Example

White with #BABB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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