Html Css Color HEX #BAEC83 Sulu

📋 copy color: '#BAEC83'

red 186 ◦ green 236 ◦ blue 131

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

Shades of Sulu #BAEC83

Tints of Sulu #BAEC83

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

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

R = 33.63%
G = 42.68%
B = 23.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#BAEC83 (or 0xBAEC83) is known color: Sulu. HEX triplet: BA, EC and 83. RGB value is (186,236,131). Sum of RGB (Red+Green+Blue) = 186+236+131=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC83 is #45137C. Grayscale: #D1D1D1. Windows color (decimal): -4526973 or 8645818. OLE color: 8645818.

HSL color Cylindrical-coordinate representation of color #BAEC83: hue angle of 88.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAEC83 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 131 -
CMYK 0.21 0 0.44 0.07
HSL 88.57º 0.73% 0.72% -
HSV(B) 88.57º 0.44% 0.93% -
XYZ 54.34 72.07 32.52 -
YUV 209.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 186 236 131 0.21 0 0.44 0.07 88.57 0.73 0.72
Hex BA EC 83 15 0 2C 7 59 49 48
Octal 272 354 203 25 0 54 7 131 111 110
Binary 10111010 11101100 10000011 10101 0 101100 111 1011001 1001001 1001000

Color Harmonies of #BAEC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC83

Black with #BAEC83

Text Example


Text Example

White with #BAEC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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