Html Css Color HEX #BAE68F Sulu

📋 copy color: '#BAE68F'

red 186 ◦ green 230 ◦ blue 143

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

Shades of Sulu #BAE68F

Tints of Sulu #BAE68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.58%

R = 33.27%
G = 41.14%
B = 25.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BAE68F (or 0xBAE68F) is known color: Sulu. HEX triplet: BA, E6 and 8F. RGB value is (186,230,143). Sum of RGB (Red+Green+Blue) = 186+230+143=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68F is #451970. Grayscale: #CFCFCF. Windows color (decimal): -4528497 or 9430714. OLE color: 9430714.

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

Color convert

RGB 186 230 143 -
CMYK 0.19 0 0.38 0.10
HSL 90.34º 0.64% 0.73% -
HSV(B) 90.34º 0.38% 0.9% -
XYZ 53.5 69.02 36.49 -
YUV 206.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 186 230 143 0.19 0 0.38 0.10 90.34 0.64 0.73
Hex BA E6 8F 13 0 26 A 5A 40 49
Octal 272 346 217 23 0 46 12 132 100 111
Binary 10111010 11100110 10001111 10011 0 100110 1010 1011010 1000000 1001001

Color Harmonies of #BAE68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE68F

Black with #BAE68F

Text Example


Text Example

White with #BAE68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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