Html Css Color HEX #BAE183 Sulu

📋 copy color: '#BAE183'

red 186 ◦ green 225 ◦ blue 131

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

Shades of Sulu #BAE183

Tints of Sulu #BAE183

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.51%

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

R = 34.32%
G = 41.51%
B = 24.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#BAE183 (or 0xBAE183) is known color: Sulu. HEX triplet: BA, E1 and 83. RGB value is (186,225,131). Sum of RGB (Red+Green+Blue) = 186+225+131=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE183 is #451E7C. Grayscale: #CACACA. Windows color (decimal): -4529789 or 8643002. OLE color: 8643002.

HSL color Cylindrical-coordinate representation of color #BAE183: hue angle of 84.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE183 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 131 -
CMYK 0.17 0 0.42 0.12
HSL 84.89º 0.61% 0.7% -
HSV(B) 84.89º 0.42% 0.88% -
XYZ 51.27 65.93 31.5 -
YUV 202.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 186 225 131 0.17 0 0.42 0.12 84.89 0.61 0.7
Hex BA E1 83 11 0 2A C 55 3D 46
Octal 272 341 203 21 0 52 14 125 75 106
Binary 10111010 11100001 10000011 10001 0 101010 1100 1010101 111101 1000110

Color Harmonies of #BAE183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE183

Black with #BAE183

Text Example


Text Example

White with #BAE183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE183; }

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

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

background-color css

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

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

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

border-color css

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

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

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