Html Css Color HEX #BAD687 Sulu

📋 copy color: '#BAD687'

red 186 ◦ green 214 ◦ blue 135

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

Shades of Sulu #BAD687

Tints of Sulu #BAD687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.23%

R = 34.77%
G = 40%
B = 25.23%

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

#BAD687 (or 0xBAD687) is known color: Sulu. HEX triplet: BA, D6 and 87. RGB value is (186,214,135). Sum of RGB (Red+Green+Blue) = 186+214+135=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD687 is #452978. Grayscale: #C4C4C4. Windows color (decimal): -4532601 or 8902330. OLE color: 8902330.

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

Color convert

RGB 186 214 135 -
CMYK 0.13 0 0.37 0.16
HSL 81.27º 0.49% 0.68% -
HSV(B) 81.27º 0.37% 0.84% -
XYZ 48.67 60.28 31.99 -
YUV 196.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 186 214 135 0.13 0 0.37 0.16 81.27 0.49 0.68
Hex BA D6 87 D 0 25 10 51 31 44
Octal 272 326 207 15 0 45 20 121 61 104
Binary 10111010 11010110 10000111 1101 0 100101 10000 1010001 110001 1000100

Color Harmonies of #BAD687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD687

Black with #BAD687

Text Example


Text Example

White with #BAD687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD687; }

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

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

background-color css

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

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

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

border-color css

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

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

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