Html Css Color HEX #BABC5B Olive Green

📋 copy color: '#BABC5B'

red 186 ◦ green 188 ◦ blue 91

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

Shades of Olive Green #BABC5B

Tints of Olive Green #BABC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

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

R = 40%
G = 40.43%
B = 19.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BABC5B (or 0xBABC5B) is known color: Olive Green. HEX triplet: BA, BC and 5B. RGB value is (186,188,91). Sum of RGB (Red+Green+Blue) = 186+188+91=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC5B is #4543A4. Grayscale: #B0B0B0. Windows color (decimal): -4539301 or 6012090. OLE color: 6012090.

HSL color Cylindrical-coordinate representation of color #BABC5B: hue angle of 61.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BABC5B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 91 -
CMYK 0.01 0 0.52 0.26
HSL 61.24º 0.42% 0.55% -
HSV(B) 61.24º 0.52% 0.74% -
XYZ 40.12 47.16 16.89 -
YUV 176.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 186 188 91 0.01 0 0.52 0.26 61.24 0.42 0.55
Hex BA BC 5B 1 0 34 1A 3D 2A 37
Octal 272 274 133 1 0 64 32 75 52 67
Binary 10111010 10111100 1011011 1 0 110100 11010 111101 101010 110111

Color Harmonies of #BABC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC5B

Black with #BABC5B

Text Example


Text Example

White with #BABC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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