Html Css Color HEX #BAE273 Sulu

📋 copy color: '#BAE273'

red 186 ◦ green 226 ◦ blue 115

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

Shades of Sulu #BAE273

Tints of Sulu #BAE273

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

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

R = 35.29%
G = 42.88%
B = 21.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BAE273 (or 0xBAE273) is known color: Sulu. HEX triplet: BA, E2 and 73. RGB value is (186,226,115). Sum of RGB (Red+Green+Blue) = 186+226+115=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE273 is #451D8C. Grayscale: #C9C9C9. Windows color (decimal): -4529549 or 7594682. OLE color: 7594682.

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

Color convert

RGB 186 226 115 -
CMYK 0.18 0 0.49 0.11
HSL 81.62º 0.66% 0.67% -
HSV(B) 81.62º 0.49% 0.89% -
XYZ 50.54 66.07 26.31 -
YUV 201.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 186 226 115 0.18 0 0.49 0.11 81.62 0.66 0.67
Hex BA E2 73 12 0 31 B 52 42 43
Octal 272 342 163 22 0 61 13 122 102 103
Binary 10111010 11100010 1110011 10010 0 110001 1011 1010010 1000010 1000011

Color Harmonies of #BAE273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE273

Black with #BAE273

Text Example


Text Example

White with #BAE273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE273; }

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

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

background-color css

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

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

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

border-color css

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

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

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