Html Css Color HEX #BAC890 Sprout

📋 copy color: '#BAC890'

red 186 ◦ green 200 ◦ blue 144

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

Shades of Sprout #BAC890

Tints of Sprout #BAC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 35.09%
G = 37.74%
B = 27.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#BAC890 (or 0xBAC890) is known color: Sprout. HEX triplet: BA, C8 and 90. RGB value is (186,200,144). Sum of RGB (Red+Green+Blue) = 186+200+144=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC890 is #45376F. Grayscale: #BDBDBD. Windows color (decimal): -4536176 or 9488570. OLE color: 9488570.

HSL color Cylindrical-coordinate representation of color #BAC890: hue angle of 75º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC890 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 144 -
CMYK 0.07 0 0.28 0.22
HSL 75º 0.34% 0.67% -
HSV(B) 75º 0.28% 0.78% -
XYZ 45.94 53.76 34.34 -
YUV 189.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 186 200 144 0.07 0 0.28 0.22 75 0.34 0.67
Hex BA C8 90 7 0 1C 16 4B 22 43
Octal 272 310 220 7 0 34 26 113 42 103
Binary 10111010 11001000 10010000 111 0 11100 10110 1001011 100010 1000011

Color Harmonies of #BAC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC890

Black with #BAC890

Text Example


Text Example

White with #BAC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC890; }

 p { color: rgb(186,200,144); }

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

background-color css

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

 a { background-color: rgb(186,200,144); }

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

border-color css

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

 span { border-color: rgb(186,200,144); }

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