Html Css Color HEX #BABD5C Olive Green

📋 copy color: '#BABD5C'

red 186 ◦ green 189 ◦ blue 92

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

Shades of Olive Green #BABD5C

Tints of Olive Green #BABD5C

RGB

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

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

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

R = 39.83%
G = 40.47%
B = 19.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BABD5C (or 0xBABD5C) is known color: Olive Green. HEX triplet: BA, BD and 5C. RGB value is (186,189,92). Sum of RGB (Red+Green+Blue) = 186+189+92=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD5C is #4542A3. Grayscale: #B1B1B1. Windows color (decimal): -4539044 or 6077882. OLE color: 6077882.

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

Color convert

RGB 186 189 92 -
CMYK 0.02 0 0.51 0.26
HSL 61.86º 0.42% 0.55% -
HSV(B) 61.86º 0.51% 0.74% -
XYZ 40.38 47.61 17.19 -
YUV 177.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 186 189 92 0.02 0 0.51 0.26 61.86 0.42 0.55
Hex BA BD 5C 2 0 33 1A 3E 2A 37
Octal 272 275 134 2 0 63 32 76 52 67
Binary 10111010 10111101 1011100 10 0 110011 11010 111110 101010 110111

Color Harmonies of #BABD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD5C

Black with #BABD5C

Text Example


Text Example

White with #BABD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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