Html Css Color HEX #BAC898 Sprout

📋 copy color: '#BAC898'

red 186 ◦ green 200 ◦ blue 152

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

Shades of Sprout #BAC898

Tints of Sprout #BAC898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 34.57%
G = 37.17%
B = 28.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#BAC898 (or 0xBAC898) is known color: Sprout. HEX triplet: BA, C8 and 98. RGB value is (186,200,152). Sum of RGB (Red+Green+Blue) = 186+200+152=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC898 is #453767. Grayscale: #BEBEBE. Windows color (decimal): -4536168 or 10012858. OLE color: 10012858.

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

Color convert

RGB 186 200 152 -
CMYK 0.07 0 0.24 0.22
HSL 77.5º 0.3% 0.69% -
HSV(B) 77.5º 0.24% 0.78% -
XYZ 46.57 54.01 37.68 -
YUV 190.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 186 200 152 0.07 0 0.24 0.22 77.5 0.3 0.69
Hex BA C8 98 7 0 18 16 4E 1E 45
Octal 272 310 230 7 0 30 26 116 36 105
Binary 10111010 11001000 10011000 111 0 11000 10110 1001110 11110 1000101

Color Harmonies of #BAC898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC898

Black with #BAC898

Text Example


Text Example

White with #BAC898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC898; }

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

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

background-color css

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

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

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

border-color css

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

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

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