Html Css Color HEX #BACD8D Sprout

📋 copy color: '#BACD8D'

red 186 ◦ green 205 ◦ blue 141

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

Shades of Sprout #BACD8D

Tints of Sprout #BACD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 34.96%
G = 38.53%
B = 26.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#BACD8D (or 0xBACD8D) is known color: Sprout. HEX triplet: BA, CD and 8D. RGB value is (186,205,141). Sum of RGB (Red+Green+Blue) = 186+205+141=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8D is #453272. Grayscale: #C0C0C0. Windows color (decimal): -4534899 or 9293242. OLE color: 9293242.

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

Color convert

RGB 186 205 141 -
CMYK 0.09 0 0.31 0.20
HSL 77.81º 0.39% 0.68% -
HSV(B) 77.81º 0.31% 0.8% -
XYZ 46.89 56.02 33.54 -
YUV 192.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 186 205 141 0.09 0 0.31 0.20 77.81 0.39 0.68
Hex BA CD 8D 9 0 1F 14 4E 27 44
Octal 272 315 215 11 0 37 24 116 47 104
Binary 10111010 11001101 10001101 1001 0 11111 10100 1001110 100111 1000100

Color Harmonies of #BACD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD8D

Black with #BACD8D

Text Example


Text Example

White with #BACD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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