Html Css Color HEX #BAEC8E Sulu

📋 copy color: '#BAEC8E'

red 186 ◦ green 236 ◦ blue 142

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

Shades of Sulu #BAEC8E

Tints of Sulu #BAEC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.18%

R = 32.98%
G = 41.84%
B = 25.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#BAEC8E (or 0xBAEC8E) is known color: Sulu. HEX triplet: BA, EC and 8E. RGB value is (186,236,142). Sum of RGB (Red+Green+Blue) = 186+236+142=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC8E is #451371. Grayscale: #D2D2D2. Windows color (decimal): -4526962 or 9366714. OLE color: 9366714.

HSL color Cylindrical-coordinate representation of color #BAEC8E: hue angle of 91.91º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAEC8E is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 142 -
CMYK 0.21 0 0.40 0.07
HSL 91.91º 0.71% 0.74% -
HSV(B) 91.91º 0.4% 0.93% -
XYZ 55.13 72.38 36.66 -
YUV 210.33 89.44 110.64 -
System Red Green Blue C M Y K H S L
Decimal 186 236 142 0.21 0 0.40 0.07 91.91 0.71 0.74
Hex BA EC 8E 15 0 28 7 5C 47 4A
Octal 272 354 216 25 0 50 7 134 107 112
Binary 10111010 11101100 10001110 10101 0 101000 111 1011100 1000111 1001010

Color Harmonies of #BAEC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC8E

Black with #BAEC8E

Text Example


Text Example

White with #BAEC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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