Html Css Color HEX #BACA9E Sprout

📋 copy color: '#BACA9E'

red 186 ◦ green 202 ◦ blue 158

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

Shades of Sprout #BACA9E

Tints of Sprout #BACA9E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 34.07%
G = 37%
B = 28.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BACA9E (or 0xBACA9E) is known color: Sprout. HEX triplet: BA, CA and 9E. RGB value is (186,202,158). Sum of RGB (Red+Green+Blue) = 186+202+158=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9E is #453561. Grayscale: #C0C0C0. Windows color (decimal): -4535650 or 10406586. OLE color: 10406586.

HSL color Cylindrical-coordinate representation of color #BACA9E: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACA9E is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 158 -
CMYK 0.08 0 0.22 0.21
HSL 81.82º 0.29% 0.71% -
HSV(B) 81.82º 0.22% 0.79% -
XYZ 47.54 55.15 40.49 -
YUV 192.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 186 202 158 0.08 0 0.22 0.21 81.82 0.29 0.71
Hex BA CA 9E 8 0 16 15 52 1D 47
Octal 272 312 236 10 0 26 25 122 35 107
Binary 10111010 11001010 10011110 1000 0 10110 10101 1010010 11101 1000111

Color Harmonies of #BACA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA9E

Black with #BACA9E

Text Example


Text Example

White with #BACA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA9E; }

 p { color: rgb(186,202,158); }

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

background-color css

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

 a { background-color: rgb(186,202,158); }

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

border-color css

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

 span { border-color: rgb(186,202,158); }

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