Html Css Color HEX #BACE8E Sprout

📋 copy color: '#BACE8E'

red 186 ◦ green 206 ◦ blue 142

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

Shades of Sprout #BACE8E

Tints of Sprout #BACE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.59%

R = 34.83%
G = 38.58%
B = 26.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#BACE8E (or 0xBACE8E) is known color: Sprout. HEX triplet: BA, CE and 8E. RGB value is (186,206,142). Sum of RGB (Red+Green+Blue) = 186+206+142=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8E is #453171. Grayscale: #C0C0C0. Windows color (decimal): -4534642 or 9359034. OLE color: 9359034.

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

Color convert

RGB 186 206 142 -
CMYK 0.10 0 0.31 0.19
HSL 78.75º 0.4% 0.68% -
HSV(B) 78.75º 0.31% 0.81% -
XYZ 47.2 56.53 34.02 -
YUV 192.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 186 206 142 0.10 0 0.31 0.19 78.75 0.4 0.68
Hex BA CE 8E A 0 1F 13 4F 28 44
Octal 272 316 216 12 0 37 23 117 50 104
Binary 10111010 11001110 10001110 1010 0 11111 10011 1001111 101000 1000100

Color Harmonies of #BACE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE8E

Black with #BACE8E

Text Example


Text Example

White with #BACE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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