Html Css Color HEX #BAD783 Sulu

📋 copy color: '#BAD783'

red 186 ◦ green 215 ◦ blue 131

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

Shades of Sulu #BAD783

Tints of Sulu #BAD783

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 131 (51.56% from 255) = 24.62%

R = 34.96%
G = 40.41%
B = 24.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BAD783 (or 0xBAD783) is known color: Sulu. HEX triplet: BA, D7 and 83. RGB value is (186,215,131). Sum of RGB (Red+Green+Blue) = 186+215+131=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD783 is #45287C. Grayscale: #C5C5C5. Windows color (decimal): -4532349 or 8640442. OLE color: 8640442.

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

Color convert

RGB 186 215 131 -
CMYK 0.13 0 0.39 0.16
HSL 80.71º 0.51% 0.68% -
HSV(B) 80.71º 0.39% 0.84% -
XYZ 48.65 60.68 30.62 -
YUV 196.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 186 215 131 0.13 0 0.39 0.16 80.71 0.51 0.68
Hex BA D7 83 D 0 27 10 51 33 44
Octal 272 327 203 15 0 47 20 121 63 104
Binary 10111010 11010111 10000011 1101 0 100111 10000 1010001 110011 1000100

Color Harmonies of #BAD783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD783

Black with #BAD783

Text Example


Text Example

White with #BAD783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD783; }

 p { color: rgb(186,215,131); }

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

background-color css

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

 a { background-color: rgb(186,215,131); }

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

border-color css

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

 span { border-color: rgb(186,215,131); }

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