Html Css Color HEX #BAE38B Sulu

📋 copy color: '#BAE38B'

red 186 ◦ green 227 ◦ blue 139

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

Shades of Sulu #BAE38B

Tints of Sulu #BAE38B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

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

R = 33.7%
G = 41.12%
B = 25.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#BAE38B (or 0xBAE38B) is known color: Sulu. HEX triplet: BA, E3 and 8B. RGB value is (186,227,139). Sum of RGB (Red+Green+Blue) = 186+227+139=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38B is #451C74. Grayscale: #CDCDCD. Windows color (decimal): -4529269 or 9167802. OLE color: 9167802.

HSL color Cylindrical-coordinate representation of color #BAE38B: hue angle of 87.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE38B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 139 -
CMYK 0.18 0 0.39 0.11
HSL 87.95º 0.61% 0.72% -
HSV(B) 87.95º 0.39% 0.89% -
XYZ 52.38 67.24 34.64 -
YUV 204.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 186 227 139 0.18 0 0.39 0.11 87.95 0.61 0.72
Hex BA E3 8B 12 0 27 B 58 3D 48
Octal 272 343 213 22 0 47 13 130 75 110
Binary 10111010 11100011 10001011 10010 0 100111 1011 1011000 111101 1001000

Color Harmonies of #BAE38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE38B

Black with #BAE38B

Text Example


Text Example

White with #BAE38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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