Html Css Color HEX #BACD90 Sprout

📋 copy color: '#BACD90'

red 186 ◦ green 205 ◦ blue 144

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

Shades of Sprout #BACD90

Tints of Sprout #BACD90

RGB

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

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

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

R = 34.77%
G = 38.32%
B = 26.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#BACD90 (or 0xBACD90) is known color: Sprout. HEX triplet: BA, CD and 90. RGB value is (186,205,144). Sum of RGB (Red+Green+Blue) = 186+205+144=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD90 is #45326F. Grayscale: #C0C0C0. Windows color (decimal): -4534896 or 9489850. OLE color: 9489850.

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

Color convert

RGB 186 205 144 -
CMYK 0.09 0 0.30 0.20
HSL 78.69º 0.38% 0.68% -
HSV(B) 78.69º 0.3% 0.8% -
XYZ 47.12 56.12 34.73 -
YUV 192.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 186 205 144 0.09 0 0.30 0.20 78.69 0.38 0.68
Hex BA CD 90 9 0 1E 14 4F 26 44
Octal 272 315 220 11 0 36 24 117 46 104
Binary 10111010 11001101 10010000 1001 0 11110 10100 1001111 100110 1000100

Color Harmonies of #BACD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD90

Black with #BACD90

Text Example


Text Example

White with #BACD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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