Html Css Color HEX #BAE686 Sulu

📋 copy color: '#BAE686'

red 186 ◦ green 230 ◦ blue 134

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

Shades of Sulu #BAE686

Tints of Sulu #BAE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.82%

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 33.82%
G = 41.82%
B = 24.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#BAE686 (or 0xBAE686) is known color: Sulu. HEX triplet: BA, E6 and 86. RGB value is (186,230,134). Sum of RGB (Red+Green+Blue) = 186+230+134=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE686 is #451979. Grayscale: #CECECE. Windows color (decimal): -4528506 or 8840890. OLE color: 8840890.

HSL color Cylindrical-coordinate representation of color #BAE686: hue angle of 87.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE686 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 134 -
CMYK 0.19 0 0.42 0.10
HSL 87.5º 0.66% 0.71% -
HSV(B) 87.5º 0.42% 0.9% -
XYZ 52.85 68.75 33.04 -
YUV 205.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 186 230 134 0.19 0 0.42 0.10 87.5 0.66 0.71
Hex BA E6 86 13 0 2A A 57 42 47
Octal 272 346 206 23 0 52 12 127 102 107
Binary 10111010 11100110 10000110 10011 0 101010 1010 1010111 1000010 1000111

Color Harmonies of #BAE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE686

Black with #BAE686

Text Example


Text Example

White with #BAE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE686; }

 p { color: rgb(186,230,134); }

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

background-color css

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

 a { background-color: rgb(186,230,134); }

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

border-color css

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

 span { border-color: rgb(186,230,134); }

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