Html Css Color HEX #BACE9A Sprout

📋 copy color: '#BACE9A'

red 186 ◦ green 206 ◦ blue 154

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

Shades of Sprout #BACE9A

Tints of Sprout #BACE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 154 (60.55% from 255) = 28.21%

R = 34.07%
G = 37.73%
B = 28.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BACE9A (or 0xBACE9A) is known color: Sprout. HEX triplet: BA, CE and 9A. RGB value is (186,206,154). Sum of RGB (Red+Green+Blue) = 186+206+154=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9A is #453165. Grayscale: #C2C2C2. Windows color (decimal): -4534630 or 10145466. OLE color: 10145466.

HSL color Cylindrical-coordinate representation of color #BACE9A: hue angle of 83.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACE9A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 154 -
CMYK 0.10 0 0.25 0.19
HSL 83.08º 0.35% 0.71% -
HSV(B) 83.08º 0.25% 0.81% -
XYZ 48.15 56.91 39.02 -
YUV 194.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 186 206 154 0.10 0 0.25 0.19 83.08 0.35 0.71
Hex BA CE 9A A 0 19 13 53 23 47
Octal 272 316 232 12 0 31 23 123 43 107
Binary 10111010 11001110 10011010 1010 0 11001 10011 1010011 100011 1000111

Color Harmonies of #BACE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE9A

Black with #BACE9A

Text Example


Text Example

White with #BACE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE9A; }

 p { color: rgb(186,206,154); }

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

background-color css

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

 a { background-color: rgb(186,206,154); }

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

border-color css

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

 span { border-color: rgb(186,206,154); }

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