Html Css Color HEX #BACD93 Sprout

📋 copy color: '#BACD93'

red 186 ◦ green 205 ◦ blue 147

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

Shades of Sprout #BACD93

Tints of Sprout #BACD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 34.57%
G = 38.1%
B = 27.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BACD93 (or 0xBACD93) is known color: Sprout. HEX triplet: BA, CD and 93. RGB value is (186,205,147). Sum of RGB (Red+Green+Blue) = 186+205+147=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD93 is #45326C. Grayscale: #C0C0C0. Windows color (decimal): -4534893 or 9686458. OLE color: 9686458.

HSL color Cylindrical-coordinate representation of color #BACD93: hue angle of 79.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BACD93 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 147 -
CMYK 0.09 0 0.28 0.20
HSL 79.66º 0.37% 0.69% -
HSV(B) 79.66º 0.28% 0.8% -
XYZ 47.35 56.21 35.96 -
YUV 192.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 186 205 147 0.09 0 0.28 0.20 79.66 0.37 0.69
Hex BA CD 93 9 0 1C 14 50 25 45
Octal 272 315 223 11 0 34 24 120 45 105
Binary 10111010 11001101 10010011 1001 0 11100 10100 1010000 100101 1000101

Color Harmonies of #BACD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD93

Black with #BACD93

Text Example


Text Example

White with #BACD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD93; }

 p { color: rgb(186,205,147); }

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

background-color css

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

 a { background-color: rgb(186,205,147); }

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

border-color css

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

 span { border-color: rgb(186,205,147); }

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