Html Css Color HEX #BADA98 Sprout

📋 copy color: '#BADA98'

red 186 ◦ green 218 ◦ blue 152

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

Shades of Sprout #BADA98

Tints of Sprout #BADA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.21%

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

R = 33.45%
G = 39.21%
B = 27.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BADA98 (or 0xBADA98) is known color: Sprout. HEX triplet: BA, DA and 98. RGB value is (186,218,152). Sum of RGB (Red+Green+Blue) = 186+218+152=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA98 is #452567. Grayscale: #C9C9C9. Windows color (decimal): -4531560 or 10017466. OLE color: 10017466.

HSL color Cylindrical-coordinate representation of color #BADA98: hue angle of 89.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADA98 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 152 -
CMYK 0.15 0 0.30 0.15
HSL 89.09º 0.47% 0.73% -
HSV(B) 89.09º 0.3% 0.85% -
XYZ 50.99 62.85 39.15 -
YUV 200.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 186 218 152 0.15 0 0.30 0.15 89.09 0.47 0.73
Hex BA DA 98 F 0 1E F 59 2F 49
Octal 272 332 230 17 0 36 17 131 57 111
Binary 10111010 11011010 10011000 1111 0 11110 1111 1011001 101111 1001001

Color Harmonies of #BADA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA98

Black with #BADA98

Text Example


Text Example

White with #BADA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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