Html Css Color HEX #BAD788 Sulu

📋 copy color: '#BAD788'

red 186 ◦ green 215 ◦ blue 136

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

Shades of Sulu #BAD788

Tints of Sulu #BAD788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.33%

R = 34.64%
G = 40.04%
B = 25.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BAD788 (or 0xBAD788) is known color: Sulu. HEX triplet: BA, D7 and 88. RGB value is (186,215,136). Sum of RGB (Red+Green+Blue) = 186+215+136=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD788 is #452877. Grayscale: #C5C5C5. Windows color (decimal): -4532344 or 8968122. OLE color: 8968122.

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

Color convert

RGB 186 215 136 -
CMYK 0.13 0 0.37 0.16
HSL 82.03º 0.5% 0.69% -
HSV(B) 82.03º 0.37% 0.84% -
XYZ 48.99 60.82 32.45 -
YUV 197.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 186 215 136 0.13 0 0.37 0.16 82.03 0.5 0.69
Hex BA D7 88 D 0 25 10 52 32 45
Octal 272 327 210 15 0 45 20 122 62 105
Binary 10111010 11010111 10001000 1101 0 100101 10000 1010010 110010 1000101

Color Harmonies of #BAD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD788

Black with #BAD788

Text Example


Text Example

White with #BAD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD788; }

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

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

background-color css

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

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

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

border-color css

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

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

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