Html Css Color HEX #BAD676 Sulu

📋 copy color: '#BAD676'

red 186 ◦ green 214 ◦ blue 118

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

Shades of Sulu #BAD676

Tints of Sulu #BAD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

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

R = 35.91%
G = 41.31%
B = 22.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BAD676 (or 0xBAD676) is known color: Sulu. HEX triplet: BA, D6 and 76. RGB value is (186,214,118). Sum of RGB (Red+Green+Blue) = 186+214+118=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD676 is #452989. Grayscale: #C3C3C3. Windows color (decimal): -4532618 or 7788218. OLE color: 7788218.

HSL color Cylindrical-coordinate representation of color #BAD676: hue angle of 77.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD676 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 118 -
CMYK 0.13 0 0.45 0.16
HSL 77.5º 0.54% 0.65% -
HSV(B) 77.5º 0.45% 0.84% -
XYZ 47.57 59.84 26.18 -
YUV 194.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 186 214 118 0.13 0 0.45 0.16 77.5 0.54 0.65
Hex BA D6 76 D 0 2D 10 4E 36 41
Octal 272 326 166 15 0 55 20 116 66 101
Binary 10111010 11010110 1110110 1101 0 101101 10000 1001110 110110 1000001

Color Harmonies of #BAD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD676

Black with #BAD676

Text Example


Text Example

White with #BAD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD676; }

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

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

background-color css

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

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

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

border-color css

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

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

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