Html Css Color HEX #BACC99 Sprout

📋 copy color: '#BACC99'

red 186 ◦ green 204 ◦ blue 153

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

Shades of Sprout #BACC99

Tints of Sprout #BACC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 34.25%
G = 37.57%
B = 28.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BACC99 (or 0xBACC99) is known color: Sprout. HEX triplet: BA, CC and 99. RGB value is (186,204,153). Sum of RGB (Red+Green+Blue) = 186+204+153=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC99 is #453366. Grayscale: #C0C0C0. Windows color (decimal): -4535143 or 10079418. OLE color: 10079418.

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

Color convert

RGB 186 204 153 -
CMYK 0.09 0 0.25 0.2
HSL 81.18º 0.33% 0.7% -
HSV(B) 81.18º 0.25% 0.8% -
XYZ 47.59 55.92 38.42 -
YUV 192.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 186 204 153 0.09 0 0.25 0.2 81.18 0.33 0.7
Hex BA CC 99 9 0 19 14 51 21 46
Octal 272 314 231 11 0 31 24 121 41 106
Binary 10111010 11001100 10011001 1001 0 11001 10100 1010001 100001 1000110

Color Harmonies of #BACC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC99

Black with #BACC99

Text Example


Text Example

White with #BACC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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