Html Css Color HEX #BAE88D Sulu

📋 copy color: '#BAE88D'

red 186 ◦ green 232 ◦ blue 141

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

Shades of Sulu #BAE88D

Tints of Sulu #BAE88D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.5%

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

R = 33.27%
G = 41.5%
B = 25.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#BAE88D (or 0xBAE88D) is known color: Sulu. HEX triplet: BA, E8 and 8D. RGB value is (186,232,141). Sum of RGB (Red+Green+Blue) = 186+232+141=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE88D is #451772. Grayscale: #D0D0D0. Windows color (decimal): -4527987 or 9300154. OLE color: 9300154.

HSL color Cylindrical-coordinate representation of color #BAE88D: hue angle of 90.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE88D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 141 -
CMYK 0.20 0 0.39 0.09
HSL 90.33º 0.66% 0.73% -
HSV(B) 90.33º 0.39% 0.91% -
XYZ 53.91 70.08 35.88 -
YUV 207.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 186 232 141 0.20 0 0.39 0.09 90.33 0.66 0.73
Hex BA E8 8D 14 0 27 9 5A 42 49
Octal 272 350 215 24 0 47 11 132 102 111
Binary 10111010 11101000 10001101 10100 0 100111 1001 1011010 1000010 1001001

Color Harmonies of #BAE88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE88D

Black with #BAE88D

Text Example


Text Example

White with #BAE88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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