Html Css Color HEX #BAE284 Sulu

📋 copy color: '#BAE284'

red 186 ◦ green 226 ◦ blue 132

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

Shades of Sulu #BAE284

Tints of Sulu #BAE284

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 132 (51.95% from 255) = 24.26%

R = 34.19%
G = 41.54%
B = 24.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#BAE284 (or 0xBAE284) is known color: Sulu. HEX triplet: BA, E2 and 84. RGB value is (186,226,132). Sum of RGB (Red+Green+Blue) = 186+226+132=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE284 is #451D7B. Grayscale: #CBCBCB. Windows color (decimal): -4529532 or 8708794. OLE color: 8708794.

HSL color Cylindrical-coordinate representation of color #BAE284: hue angle of 85.53º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE284 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 132 -
CMYK 0.18 0 0.42 0.11
HSL 85.53º 0.62% 0.7% -
HSV(B) 85.53º 0.42% 0.89% -
XYZ 51.61 66.5 31.94 -
YUV 203.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 186 226 132 0.18 0 0.42 0.11 85.53 0.62 0.7
Hex BA E2 84 12 0 2A B 56 3E 46
Octal 272 342 204 22 0 52 13 126 76 106
Binary 10111010 11100010 10000100 10010 0 101010 1011 1010110 111110 1000110

Color Harmonies of #BAE284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE284

Black with #BAE284

Text Example


Text Example

White with #BAE284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE284; }

 p { color: rgb(186,226,132); }

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

background-color css

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

 a { background-color: rgb(186,226,132); }

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

border-color css

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

 span { border-color: rgb(186,226,132); }

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