Html Css Color HEX #BAD889 Sulu

📋 copy color: '#BAD889'

red 186 ◦ green 216 ◦ blue 137

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

Shades of Sulu #BAD889

Tints of Sulu #BAD889

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

 BLUE value IS 137 (53.91% from 255) = 25.42%

R = 34.51%
G = 40.07%
B = 25.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#BAD889 (or 0xBAD889) is known color: Sulu. HEX triplet: BA, D8 and 89. RGB value is (186,216,137). Sum of RGB (Red+Green+Blue) = 186+216+137=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD889 is #452776. Grayscale: #C6C6C6. Windows color (decimal): -4532087 or 9033914. OLE color: 9033914.

HSL color Cylindrical-coordinate representation of color #BAD889: hue angle of 82.78º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD889 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 137 -
CMYK 0.14 0 0.37 0.15
HSL 82.78º 0.5% 0.69% -
HSV(B) 82.78º 0.37% 0.85% -
XYZ 49.32 61.36 32.91 -
YUV 198.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 186 216 137 0.14 0 0.37 0.15 82.78 0.5 0.69
Hex BA D8 89 E 0 25 F 53 32 45
Octal 272 330 211 16 0 45 17 123 62 105
Binary 10111010 11011000 10001001 1110 0 100101 1111 1010011 110010 1000101

Color Harmonies of #BAD889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD889

Black with #BAD889

Text Example


Text Example

White with #BAD889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD889; }

 p { color: rgb(186,216,137); }

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

background-color css

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

 a { background-color: rgb(186,216,137); }

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

border-color css

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

 span { border-color: rgb(186,216,137); }

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