Html Css Color HEX #BAE48B Sulu

📋 copy color: '#BAE48B'

red 186 ◦ green 228 ◦ blue 139

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

Shades of Sulu #BAE48B

Tints of Sulu #BAE48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.23%

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

R = 33.63%
G = 41.23%
B = 25.14%

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

#BAE48B (or 0xBAE48B) is known color: Sulu. HEX triplet: BA, E4 and 8B. RGB value is (186,228,139). Sum of RGB (Red+Green+Blue) = 186+228+139=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE48B is #451B74. Grayscale: #CDCDCD. Windows color (decimal): -4529013 or 9168058. OLE color: 9168058.

HSL color Cylindrical-coordinate representation of color #BAE48B: hue angle of 88.31º degrees, saturation: 0.62, 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 #BAE48B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 139 -
CMYK 0.18 0 0.39 0.11
HSL 88.31º 0.62% 0.72% -
HSV(B) 88.31º 0.39% 0.89% -
XYZ 52.65 67.79 34.74 -
YUV 205.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 186 228 139 0.18 0 0.39 0.11 88.31 0.62 0.72
Hex BA E4 8B 12 0 27 B 58 3E 48
Octal 272 344 213 22 0 47 13 130 76 110
Binary 10111010 11100100 10001011 10010 0 100111 1011 1011000 111110 1001000

Color Harmonies of #BAE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE48B

Black with #BAE48B

Text Example


Text Example

White with #BAE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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