Html Css Color HEX #BACC96 Sprout

📋 copy color: '#BACC96'

red 186 ◦ green 204 ◦ blue 150

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

Shades of Sprout #BACC96

Tints of Sprout #BACC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 34.44%
G = 37.78%
B = 27.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#BACC96 (or 0xBACC96) is known color: Sprout. HEX triplet: BA, CC and 96. RGB value is (186,204,150). Sum of RGB (Red+Green+Blue) = 186+204+150=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC96 is #453369. Grayscale: #C0C0C0. Windows color (decimal): -4535146 or 9882810. OLE color: 9882810.

HSL color Cylindrical-coordinate representation of color #BACC96: hue angle of 80º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACC96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 150 -
CMYK 0.09 0 0.26 0.2
HSL 80º 0.35% 0.69% -
HSV(B) 80º 0.26% 0.8% -
XYZ 47.35 55.83 37.13 -
YUV 192.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 186 204 150 0.09 0 0.26 0.2 80 0.35 0.69
Hex BA CC 96 9 0 1A 14 50 23 45
Octal 272 314 226 11 0 32 24 120 43 105
Binary 10111010 11001100 10010110 1001 0 11010 10100 1010000 100011 1000101

Color Harmonies of #BACC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC96

Black with #BACC96

Text Example


Text Example

White with #BACC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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