Html Css Color HEX #BADD76 Sulu

📋 copy color: '#BADD76'

red 186 ◦ green 221 ◦ blue 118

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

Shades of Sulu #BADD76

Tints of Sulu #BADD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.48%

R = 35.43%
G = 42.1%
B = 22.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BADD76 (or 0xBADD76) is known color: Sulu. HEX triplet: BA, DD and 76. RGB value is (186,221,118). Sum of RGB (Red+Green+Blue) = 186+221+118=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD76 is #452289. Grayscale: #C7C7C7. Windows color (decimal): -4530826 or 7790010. OLE color: 7790010.

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

Color convert

RGB 186 221 118 -
CMYK 0.16 0 0.47 0.13
HSL 80.39º 0.6% 0.66% -
HSV(B) 80.39º 0.47% 0.87% -
XYZ 49.38 63.46 26.79 -
YUV 198.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 186 221 118 0.16 0 0.47 0.13 80.39 0.6 0.66
Hex BA DD 76 10 0 2F D 50 3C 42
Octal 272 335 166 20 0 57 15 120 74 102
Binary 10111010 11011101 1110110 10000 0 101111 1101 1010000 111100 1000010

Color Harmonies of #BADD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD76

Black with #BADD76

Text Example


Text Example

White with #BADD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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