Html Css Color HEX #BABC5C Olive Green

📋 copy color: '#BABC5C'

red 186 ◦ green 188 ◦ blue 92

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

Shades of Olive Green #BABC5C

Tints of Olive Green #BABC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 39.91%
G = 40.34%
B = 19.74%

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

#BABC5C (or 0xBABC5C) is known color: Olive Green. HEX triplet: BA, BC and 5C. RGB value is (186,188,92). Sum of RGB (Red+Green+Blue) = 186+188+92=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC5C is #4543A3. Grayscale: #B0B0B0. Windows color (decimal): -4539300 or 6077626. OLE color: 6077626.

HSL color Cylindrical-coordinate representation of color #BABC5C: hue angle of 61.25º degrees, saturation: 0.42, 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 #BABC5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 92 -
CMYK 0.01 0 0.51 0.26
HSL 61.25º 0.42% 0.55% -
HSV(B) 61.25º 0.51% 0.74% -
XYZ 40.16 47.18 17.11 -
YUV 176.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 186 188 92 0.01 0 0.51 0.26 61.25 0.42 0.55
Hex BA BC 5C 1 0 33 1A 3D 2A 37
Octal 272 274 134 1 0 63 32 75 52 67
Binary 10111010 10111100 1011100 1 0 110011 11010 111101 101010 110111

Color Harmonies of #BABC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC5C

Black with #BABC5C

Text Example


Text Example

White with #BABC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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