Html Css Color HEX #BADB96 Sprout

📋 copy color: '#BADB96'

red 186 ◦ green 219 ◦ blue 150

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

Shades of Sprout #BADB96

Tints of Sprout #BADB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 33.51%
G = 39.46%
B = 27.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BADB96 (or 0xBADB96) is known color: Sprout. HEX triplet: BA, DB and 96. RGB value is (186,219,150). Sum of RGB (Red+Green+Blue) = 186+219+150=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB96 is #452469. Grayscale: #C9C9C9. Windows color (decimal): -4531306 or 9886650. OLE color: 9886650.

HSL color Cylindrical-coordinate representation of color #BADB96: hue angle of 88.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BADB96 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 150 -
CMYK 0.15 0 0.32 0.14
HSL 88.7º 0.49% 0.72% -
HSV(B) 88.7º 0.32% 0.86% -
XYZ 51.09 63.3 38.38 -
YUV 201.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 186 219 150 0.15 0 0.32 0.14 88.7 0.49 0.72
Hex BA DB 96 F 0 20 E 59 31 48
Octal 272 333 226 17 0 40 16 131 61 110
Binary 10111010 11011011 10010110 1111 0 100000 1110 1011001 110001 1001000

Color Harmonies of #BADB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB96

Black with #BADB96

Text Example


Text Example

White with #BADB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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