Html Css Color HEX #BAEA86 Sulu

📋 copy color: '#BAEA86'

red 186 ◦ green 234 ◦ blue 134

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

Shades of Sulu #BAEA86

Tints of Sulu #BAEA86

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.24%

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

R = 33.57%
G = 42.24%
B = 24.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#BAEA86 (or 0xBAEA86) is known color: Sulu. HEX triplet: BA, EA and 86. RGB value is (186,234,134). Sum of RGB (Red+Green+Blue) = 186+234+134=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA86 is #451579. Grayscale: #D0D0D0. Windows color (decimal): -4527482 or 8841914. OLE color: 8841914.

HSL color Cylindrical-coordinate representation of color #BAEA86: hue angle of 88.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAEA86 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 134 -
CMYK 0.21 0 0.43 0.08
HSL 88.8º 0.7% 0.72% -
HSV(B) 88.8º 0.43% 0.92% -
XYZ 53.98 71.01 33.41 -
YUV 208.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 186 234 134 0.21 0 0.43 0.08 88.8 0.7 0.72
Hex BA EA 86 15 0 2B 8 59 46 48
Octal 272 352 206 25 0 53 10 131 106 110
Binary 10111010 11101010 10000110 10101 0 101011 1000 1011001 1000110 1001000

Color Harmonies of #BAEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA86

Black with #BAEA86

Text Example


Text Example

White with #BAEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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