Html Css Color HEX #BADD82 Sulu

📋 copy color: '#BADD82'

red 186 ◦ green 221 ◦ blue 130

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

Shades of Sulu #BADD82

Tints of Sulu #BADD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.21%

R = 34.64%
G = 41.15%
B = 24.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#BADD82 (or 0xBADD82) is known color: Sulu. HEX triplet: BA, DD and 82. RGB value is (186,221,130). Sum of RGB (Red+Green+Blue) = 186+221+130=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD82 is #45227D. Grayscale: #C8C8C8. Windows color (decimal): -4530814 or 8576442. OLE color: 8576442.

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

Color convert

RGB 186 221 130 -
CMYK 0.16 0 0.41 0.13
HSL 83.08º 0.57% 0.69% -
HSV(B) 83.08º 0.41% 0.87% -
XYZ 50.14 63.76 30.78 -
YUV 200.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 186 221 130 0.16 0 0.41 0.13 83.08 0.57 0.69
Hex BA DD 82 10 0 29 D 53 39 45
Octal 272 335 202 20 0 51 15 123 71 105
Binary 10111010 11011101 10000010 10000 0 101001 1101 1010011 111001 1000101

Color Harmonies of #BADD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD82

Black with #BADD82

Text Example


Text Example

White with #BADD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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