Html Css Color HEX #BAE28D Sulu

📋 copy color: '#BAE28D'

red 186 ◦ green 226 ◦ blue 141

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

Shades of Sulu #BAE28D

Tints of Sulu #BAE28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.5%

R = 33.63%
G = 40.87%
B = 25.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#BAE28D (or 0xBAE28D) is known color: Sulu. HEX triplet: BA, E2 and 8D. RGB value is (186,226,141). Sum of RGB (Red+Green+Blue) = 186+226+141=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE28D is #451D72. Grayscale: #CCCCCC. Windows color (decimal): -4529523 or 9298618. OLE color: 9298618.

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

Color convert

RGB 186 226 141 -
CMYK 0.18 0 0.38 0.11
HSL 88.24º 0.59% 0.72% -
HSV(B) 88.24º 0.38% 0.89% -
XYZ 52.25 66.75 35.33 -
YUV 204.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 186 226 141 0.18 0 0.38 0.11 88.24 0.59 0.72
Hex BA E2 8D 12 0 26 B 58 3B 48
Octal 272 342 215 22 0 46 13 130 73 110
Binary 10111010 11100010 10001101 10010 0 100110 1011 1011000 111011 1001000

Color Harmonies of #BAE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE28D

Black with #BAE28D

Text Example


Text Example

White with #BAE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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