Html Css Color HEX #BAE790 Sulu

📋 copy color: '#BAE790'

red 186 ◦ green 231 ◦ blue 144

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

Shades of Sulu #BAE790

Tints of Sulu #BAE790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

 BLUE value IS 144 (56.64% from 255) = 25.67%

R = 33.16%
G = 41.18%
B = 25.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#BAE790 (or 0xBAE790) is known color: Sulu. HEX triplet: BA, E7 and 90. RGB value is (186,231,144). Sum of RGB (Red+Green+Blue) = 186+231+144=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE790 is #45186F. Grayscale: #CFCFCF. Windows color (decimal): -4528240 or 9496506. OLE color: 9496506.

HSL color Cylindrical-coordinate representation of color #BAE790: hue angle of 91.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE790 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 144 -
CMYK 0.19 0 0.38 0.09
HSL 91.03º 0.64% 0.74% -
HSV(B) 91.03º 0.38% 0.91% -
XYZ 53.86 69.6 36.98 -
YUV 207.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 186 231 144 0.19 0 0.38 0.09 91.03 0.64 0.74
Hex BA E7 90 13 0 26 9 5B 40 4A
Octal 272 347 220 23 0 46 11 133 100 112
Binary 10111010 11100111 10010000 10011 0 100110 1001 1011011 1000000 1001010

Color Harmonies of #BAE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE790

Black with #BAE790

Text Example


Text Example

White with #BAE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE790; }

 p { color: rgb(186,231,144); }

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

background-color css

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

 a { background-color: rgb(186,231,144); }

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

border-color css

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

 span { border-color: rgb(186,231,144); }

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