Html Css Color HEX #BABD5E Olive Green

📋 copy color: '#BABD5E'

red 186 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #BABD5E

Tints of Olive Green #BABD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 39.66%
G = 40.3%
B = 20.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BABD5E (or 0xBABD5E) is known color: Olive Green. HEX triplet: BA, BD and 5E. RGB value is (186,189,94). Sum of RGB (Red+Green+Blue) = 186+189+94=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD5E is #4542A1. Grayscale: #B1B1B1. Windows color (decimal): -4539042 or 6208954. OLE color: 6208954.

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

Color convert

RGB 186 189 94 -
CMYK 0.02 0 0.50 0.26
HSL 61.89º 0.42% 0.55% -
HSV(B) 61.89º 0.5% 0.74% -
XYZ 40.47 47.64 17.65 -
YUV 177.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 186 189 94 0.02 0 0.50 0.26 61.89 0.42 0.55
Hex BA BD 5E 2 0 32 1A 3E 2A 37
Octal 272 275 136 2 0 62 32 76 52 67
Binary 10111010 10111101 1011110 10 0 110010 11010 111110 101010 110111

Color Harmonies of #BABD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD5E

Black with #BABD5E

Text Example


Text Example

White with #BABD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD5E; }

 p { color: rgb(186,189,94); }

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

background-color css

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

 a { background-color: rgb(186,189,94); }

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

border-color css

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

 span { border-color: rgb(186,189,94); }

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