Html Css Color HEX #BAE693 Sulu

📋 copy color: '#BAE693'

red 186 ◦ green 230 ◦ blue 147

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

Shades of Sulu #BAE693

Tints of Sulu #BAE693

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

 BLUE value IS 147 (57.81% from 255) = 26.11%

R = 33.04%
G = 40.85%
B = 26.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#BAE693 (or 0xBAE693) is known color: Sulu. HEX triplet: BA, E6 and 93. RGB value is (186,230,147). Sum of RGB (Red+Green+Blue) = 186+230+147=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE693 is #45196C. Grayscale: #CFCFCF. Windows color (decimal): -4528493 or 9692858. OLE color: 9692858.

HSL color Cylindrical-coordinate representation of color #BAE693: hue angle of 91.81º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE693 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 147 -
CMYK 0.19 0 0.36 0.10
HSL 91.81º 0.62% 0.74% -
HSV(B) 91.81º 0.36% 0.9% -
XYZ 53.81 69.14 38.11 -
YUV 207.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 186 230 147 0.19 0 0.36 0.10 91.81 0.62 0.74
Hex BA E6 93 13 0 24 A 5C 3E 4A
Octal 272 346 223 23 0 44 12 134 76 112
Binary 10111010 11100110 10010011 10011 0 100100 1010 1011100 111110 1001010

Color Harmonies of #BAE693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE693

Black with #BAE693

Text Example


Text Example

White with #BAE693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE693; }

 p { color: rgb(186,230,147); }

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

background-color css

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

 a { background-color: rgb(186,230,147); }

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

border-color css

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

 span { border-color: rgb(186,230,147); }

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