Html Css Color HEX #BACB96 Sprout

📋 copy color: '#BACB96'

red 186 ◦ green 203 ◦ blue 150

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

Shades of Sprout #BACB96

Tints of Sprout #BACB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

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

R = 34.51%
G = 37.66%
B = 27.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BACB96 (or 0xBACB96) is known color: Sprout. HEX triplet: BA, CB and 96. RGB value is (186,203,150). Sum of RGB (Red+Green+Blue) = 186+203+150=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB96 is #453469. Grayscale: #C0C0C0. Windows color (decimal): -4535402 or 9882554. OLE color: 9882554.

HSL color Cylindrical-coordinate representation of color #BACB96: hue angle of 79.25º degrees, saturation: 0.34, 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 #BACB96 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 150 -
CMYK 0.08 0 0.26 0.20
HSL 79.25º 0.34% 0.69% -
HSV(B) 79.25º 0.26% 0.8% -
XYZ 47.11 55.35 37.06 -
YUV 191.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 186 203 150 0.08 0 0.26 0.20 79.25 0.34 0.69
Hex BA CB 96 8 0 1A 14 4F 22 45
Octal 272 313 226 10 0 32 24 117 42 105
Binary 10111010 11001011 10010110 1000 0 11010 10100 1001111 100010 1000101

Color Harmonies of #BACB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB96

Black with #BACB96

Text Example


Text Example

White with #BACB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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