Html Css Color HEX #BAE873 Sulu

📋 copy color: '#BAE873'

red 186 ◦ green 232 ◦ blue 115

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

Shades of Sulu #BAE873

Tints of Sulu #BAE873

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.53%

 BLUE value IS 115 (45.31% from 255) = 21.58%

R = 34.9%
G = 43.53%
B = 21.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BAE873 (or 0xBAE873) is known color: Sulu. HEX triplet: BA, E8 and 73. RGB value is (186,232,115). Sum of RGB (Red+Green+Blue) = 186+232+115=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE873 is #45178C. Grayscale: #CDCDCD. Windows color (decimal): -4528013 or 7596218. OLE color: 7596218.

HSL color Cylindrical-coordinate representation of color #BAE873: hue angle of 83.59º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE873 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 115 -
CMYK 0.20 0 0.50 0.09
HSL 83.59º 0.72% 0.68% -
HSV(B) 83.59º 0.5% 0.91% -
XYZ 52.2 69.39 26.86 -
YUV 204.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 186 232 115 0.20 0 0.50 0.09 83.59 0.72 0.68
Hex BA E8 73 14 0 32 9 54 48 44
Octal 272 350 163 24 0 62 11 124 110 104
Binary 10111010 11101000 1110011 10100 0 110010 1001 1010100 1001000 1000100

Color Harmonies of #BAE873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE873

Black with #BAE873

Text Example


Text Example

White with #BAE873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE873; }

 p { color: rgb(186,232,115); }

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

background-color css

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

 a { background-color: rgb(186,232,115); }

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

border-color css

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

 span { border-color: rgb(186,232,115); }

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