Html Css Color HEX #BACC93 Sprout

📋 copy color: '#BACC93'

red 186 ◦ green 204 ◦ blue 147

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

Shades of Sprout #BACC93

Tints of Sprout #BACC93

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

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

R = 34.64%
G = 37.99%
B = 27.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#BACC93 (or 0xBACC93) is known color: Sprout. HEX triplet: BA, CC and 93. RGB value is (186,204,147). Sum of RGB (Red+Green+Blue) = 186+204+147=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC93 is #45336C. Grayscale: #C0C0C0. Windows color (decimal): -4535149 or 9686202. OLE color: 9686202.

HSL color Cylindrical-coordinate representation of color #BACC93: hue angle of 78.95º degrees, saturation: 0.36, 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 #BACC93 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 147 -
CMYK 0.09 0 0.28 0.2
HSL 78.95º 0.36% 0.69% -
HSV(B) 78.95º 0.28% 0.8% -
XYZ 47.11 55.73 35.88 -
YUV 192.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 186 204 147 0.09 0 0.28 0.2 78.95 0.36 0.69
Hex BA CC 93 9 0 1C 14 4F 24 45
Octal 272 314 223 11 0 34 24 117 44 105
Binary 10111010 11001100 10010011 1001 0 11100 10100 1001111 100100 1000101

Color Harmonies of #BACC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC93

Black with #BACC93

Text Example


Text Example

White with #BACC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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