Html Css Color HEX #BAC89C Sprout

📋 copy color: '#BAC89C'

red 186 ◦ green 200 ◦ blue 156

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

Shades of Sprout #BAC89C

Tints of Sprout #BAC89C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 34.32%
G = 36.9%
B = 28.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BAC89C (or 0xBAC89C) is known color: Sprout. HEX triplet: BA, C8 and 9C. RGB value is (186,200,156). Sum of RGB (Red+Green+Blue) = 186+200+156=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC89C is #453763. Grayscale: #BEBEBE. Windows color (decimal): -4536164 or 10275002. OLE color: 10275002.

HSL color Cylindrical-coordinate representation of color #BAC89C: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC89C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 156 -
CMYK 0.07 0 0.22 0.22
HSL 79.09º 0.29% 0.7% -
HSV(B) 79.09º 0.22% 0.78% -
XYZ 46.9 54.15 39.43 -
YUV 190.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 186 200 156 0.07 0 0.22 0.22 79.09 0.29 0.7
Hex BA C8 9C 7 0 16 16 4F 1D 46
Octal 272 310 234 7 0 26 26 117 35 106
Binary 10111010 11001000 10011100 111 0 10110 10110 1001111 11101 1000110

Color Harmonies of #BAC89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC89C

Black with #BAC89C

Text Example


Text Example

White with #BAC89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC89C; }

 p { color: rgb(186,200,156); }

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

background-color css

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

 a { background-color: rgb(186,200,156); }

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

border-color css

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

 span { border-color: rgb(186,200,156); }

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