Html Css Color HEX #BADD88 Sulu

📋 copy color: '#BADD88'

red 186 ◦ green 221 ◦ blue 136

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

Shades of Sulu #BADD88

Tints of Sulu #BADD88

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 136 (53.52% from 255) = 25.05%

R = 34.25%
G = 40.7%
B = 25.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BADD88 (or 0xBADD88) is known color: Sulu. HEX triplet: BA, DD and 88. RGB value is (186,221,136). Sum of RGB (Red+Green+Blue) = 186+221+136=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD88 is #452277. Grayscale: #C9C9C9. Windows color (decimal): -4530808 or 8969658. OLE color: 8969658.

HSL color Cylindrical-coordinate representation of color #BADD88: hue angle of 84.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BADD88 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 136 -
CMYK 0.16 0 0.38 0.13
HSL 84.71º 0.56% 0.7% -
HSV(B) 84.71º 0.38% 0.87% -
XYZ 50.55 63.93 32.97 -
YUV 200.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 186 221 136 0.16 0 0.38 0.13 84.71 0.56 0.7
Hex BA DD 88 10 0 26 D 55 38 46
Octal 272 335 210 20 0 46 15 125 70 106
Binary 10111010 11011101 10001000 10000 0 100110 1101 1010101 111000 1000110

Color Harmonies of #BADD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD88

Black with #BADD88

Text Example


Text Example

White with #BADD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD88; }

 p { color: rgb(186,221,136); }

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

background-color css

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

 a { background-color: rgb(186,221,136); }

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

border-color css

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

 span { border-color: rgb(186,221,136); }

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