Html Css Color HEX #BAD880 Sulu

📋 copy color: '#BAD880'

red 186 ◦ green 216 ◦ blue 128

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

Shades of Sulu #BAD880

Tints of Sulu #BAD880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 35.09%
G = 40.75%
B = 24.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BAD880 (or 0xBAD880) is known color: Sulu. HEX triplet: BA, D8 and 80. RGB value is (186,216,128). Sum of RGB (Red+Green+Blue) = 186+216+128=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD880 is #45277F. Grayscale: #C5C5C5. Windows color (decimal): -4532096 or 8444090. OLE color: 8444090.

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

Color convert

RGB 186 216 128 -
CMYK 0.14 0 0.41 0.15
HSL 80.45º 0.53% 0.67% -
HSV(B) 80.45º 0.41% 0.85% -
XYZ 48.7 61.11 29.65 -
YUV 197 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 186 216 128 0.14 0 0.41 0.15 80.45 0.53 0.67
Hex BA D8 80 E 0 29 F 50 35 43
Octal 272 330 200 16 0 51 17 120 65 103
Binary 10111010 11011000 10000000 1110 0 101001 1111 1010000 110101 1000011

Color Harmonies of #BAD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD880

Black with #BAD880

Text Example


Text Example

White with #BAD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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