Html Css Color HEX #BAE773 Sulu

📋 copy color: '#BAE773'

red 186 ◦ green 231 ◦ blue 115

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

Shades of Sulu #BAE773

Tints of Sulu #BAE773

RGB

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

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

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

R = 34.96%
G = 43.42%
B = 21.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BAE773 (or 0xBAE773) is known color: Sulu. HEX triplet: BA, E7 and 73. RGB value is (186,231,115). Sum of RGB (Red+Green+Blue) = 186+231+115=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE773 is #45188C. Grayscale: #CCCCCC. Windows color (decimal): -4528269 or 7595962. OLE color: 7595962.

HSL color Cylindrical-coordinate representation of color #BAE773: hue angle of 83.28º degrees, saturation: 0.71, 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 #BAE773 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 115 -
CMYK 0.19 0 0.50 0.09
HSL 83.28º 0.71% 0.68% -
HSV(B) 83.28º 0.5% 0.91% -
XYZ 51.92 68.83 26.77 -
YUV 204.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 186 231 115 0.19 0 0.50 0.09 83.28 0.71 0.68
Hex BA E7 73 13 0 32 9 53 47 44
Octal 272 347 163 23 0 62 11 123 107 104
Binary 10111010 11100111 1110011 10011 0 110010 1001 1010011 1000111 1000100

Color Harmonies of #BAE773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE773

Black with #BAE773

Text Example


Text Example

White with #BAE773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE773; }

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

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

background-color css

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

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

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

border-color css

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

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

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