Html Css Color HEX #BAEE8B Sulu

📋 copy color: '#BAEE8B'

red 186 ◦ green 238 ◦ blue 139

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

Shades of Sulu #BAEE8B

Tints of Sulu #BAEE8B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.27%

 BLUE value IS 139 (54.69% from 255) = 24.69%

R = 33.04%
G = 42.27%
B = 24.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#BAEE8B (or 0xBAEE8B) is known color: Sulu. HEX triplet: BA, EE and 8B. RGB value is (186,238,139). Sum of RGB (Red+Green+Blue) = 186+238+139=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8B is #451174. Grayscale: #D3D3D3. Windows color (decimal): -4526453 or 9170618. OLE color: 9170618.

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

Color convert

RGB 186 238 139 -
CMYK 0.22 0 0.42 0.07
HSL 91.52º 0.74% 0.74% -
HSV(B) 91.52º 0.42% 0.93% -
XYZ 55.48 73.45 35.68 -
YUV 211.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 186 238 139 0.22 0 0.42 0.07 91.52 0.74 0.74
Hex BA EE 8B 16 0 2A 7 5C 4A 4A
Octal 272 356 213 26 0 52 7 134 112 112
Binary 10111010 11101110 10001011 10110 0 101010 111 1011100 1001010 1001010

Color Harmonies of #BAEE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE8B

Black with #BAEE8B

Text Example


Text Example

White with #BAEE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE8B; }

 p { color: rgb(186,238,139); }

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

background-color css

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

 a { background-color: rgb(186,238,139); }

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

border-color css

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

 span { border-color: rgb(186,238,139); }

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