Html Css Color HEX #BAE292 Sulu

📋 copy color: '#BAE292'

red 186 ◦ green 226 ◦ blue 146

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

Shades of Sulu #BAE292

Tints of Sulu #BAE292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.16%

R = 33.33%
G = 40.5%
B = 26.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BAE292 (or 0xBAE292) is known color: Sulu. HEX triplet: BA, E2 and 92. RGB value is (186,226,146). Sum of RGB (Red+Green+Blue) = 186+226+146=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE292 is #451D6D. Grayscale: #CDCDCD. Windows color (decimal): -4529518 or 9626298. OLE color: 9626298.

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

Color convert

RGB 186 226 146 -
CMYK 0.18 0 0.35 0.11
HSL 90º 0.58% 0.73% -
HSV(B) 90º 0.35% 0.89% -
XYZ 52.63 66.91 37.33 -
YUV 204.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 186 226 146 0.18 0 0.35 0.11 90 0.58 0.73
Hex BA E2 92 12 0 23 B 5A 3A 49
Octal 272 342 222 22 0 43 13 132 72 111
Binary 10111010 11100010 10010010 10010 0 100011 1011 1011010 111010 1001001

Color Harmonies of #BAE292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE292

Black with #BAE292

Text Example


Text Example

White with #BAE292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE292; }

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

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

background-color css

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

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

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

border-color css

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

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

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