Html Css Color HEX #BABC5D Olive Green

📋 copy color: '#BABC5D'

red 186 ◦ green 188 ◦ blue 93

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

Shades of Olive Green #BABC5D

Tints of Olive Green #BABC5D

RGB

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

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

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

R = 39.83%
G = 40.26%
B = 19.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BABC5D (or 0xBABC5D) is known color: Olive Green. HEX triplet: BA, BC and 5D. RGB value is (186,188,93). Sum of RGB (Red+Green+Blue) = 186+188+93=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC5D is #4543A2. Grayscale: #B0B0B0. Windows color (decimal): -4539299 or 6143162. OLE color: 6143162.

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

Color convert

RGB 186 188 93 -
CMYK 0.01 0 0.51 0.26
HSL 61.26º 0.41% 0.55% -
HSV(B) 61.26º 0.51% 0.74% -
XYZ 40.21 47.2 17.35 -
YUV 176.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 186 188 93 0.01 0 0.51 0.26 61.26 0.41 0.55
Hex BA BC 5D 1 0 33 1A 3D 29 37
Octal 272 274 135 1 0 63 32 75 51 67
Binary 10111010 10111100 1011101 1 0 110011 11010 111101 101001 110111

Color Harmonies of #BABC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC5D

Black with #BABC5D

Text Example


Text Example

White with #BABC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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