Html Css Color HEX #BAE88C Sulu

📋 copy color: '#BAE88C'

red 186 ◦ green 232 ◦ blue 140

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

Shades of Sulu #BAE88C

Tints of Sulu #BAE88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 33.33%
G = 41.58%
B = 25.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#BAE88C (or 0xBAE88C) is known color: Sulu. HEX triplet: BA, E8 and 8C. RGB value is (186,232,140). Sum of RGB (Red+Green+Blue) = 186+232+140=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE88C is #451773. Grayscale: #D0D0D0. Windows color (decimal): -4527988 or 9234618. OLE color: 9234618.

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

Color convert

RGB 186 232 140 -
CMYK 0.20 0 0.40 0.09
HSL 90º 0.67% 0.73% -
HSV(B) 90º 0.4% 0.91% -
XYZ 53.84 70.05 35.49 -
YUV 207.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 186 232 140 0.20 0 0.40 0.09 90 0.67 0.73
Hex BA E8 8C 14 0 28 9 5A 43 49
Octal 272 350 214 24 0 50 11 132 103 111
Binary 10111010 11101000 10001100 10100 0 101000 1001 1011010 1000011 1001001

Color Harmonies of #BAE88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE88C

Black with #BAE88C

Text Example


Text Example

White with #BAE88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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