Html Css Color HEX #BAEF8E Sulu

📋 copy color: '#BAEF8E'

red 186 ◦ green 239 ◦ blue 142

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

Shades of Sulu #BAEF8E

Tints of Sulu #BAEF8E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

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

R = 32.8%
G = 42.15%
B = 25.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#BAEF8E (or 0xBAEF8E) is known color: Sulu. HEX triplet: BA, EF and 8E. RGB value is (186,239,142). Sum of RGB (Red+Green+Blue) = 186+239+142=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF8E is #451071. Grayscale: #D4D4D4. Windows color (decimal): -4526194 or 9367482. OLE color: 9367482.

HSL color Cylindrical-coordinate representation of color #BAEF8E: hue angle of 92.78º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEF8E is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 142 -
CMYK 0.22 0 0.41 0.06
HSL 92.78º 0.75% 0.75% -
HSV(B) 92.78º 0.41% 0.94% -
XYZ 56 74.13 36.95 -
YUV 212.1 88.44 109.39 -
System Red Green Blue C M Y K H S L
Decimal 186 239 142 0.22 0 0.41 0.06 92.78 0.75 0.75
Hex BA EF 8E 16 0 29 6 5D 4B 4B
Octal 272 357 216 26 0 51 6 135 113 113
Binary 10111010 11101111 10001110 10110 0 101001 110 1011101 1001011 1001011

Color Harmonies of #BAEF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF8E

Black with #BAEF8E

Text Example


Text Example

White with #BAEF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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