Html Css Color HEX #BAE992 Sulu

📋 copy color: '#BAE992'

red 186 ◦ green 233 ◦ blue 146

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

Shades of Sulu #BAE992

Tints of Sulu #BAE992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.24%

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

R = 32.92%
G = 41.24%
B = 25.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#BAE992 (or 0xBAE992) is known color: Sulu. HEX triplet: BA, E9 and 92. RGB value is (186,233,146). Sum of RGB (Red+Green+Blue) = 186+233+146=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE992 is #45166D. Grayscale: #D1D1D1. Windows color (decimal): -4527726 or 9628090. OLE color: 9628090.

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

Color convert

RGB 186 233 146 -
CMYK 0.20 0 0.37 0.09
HSL 92.41º 0.66% 0.74% -
HSV(B) 92.41º 0.37% 0.91% -
XYZ 54.58 70.79 37.98 -
YUV 209.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 186 233 146 0.20 0 0.37 0.09 92.41 0.66 0.74
Hex BA E9 92 14 0 25 9 5C 42 4A
Octal 272 351 222 24 0 45 11 134 102 112
Binary 10111010 11101001 10010010 10100 0 100101 1001 1011100 1000010 1001010

Color Harmonies of #BAE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE992

Black with #BAE992

Text Example


Text Example

White with #BAE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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