Html Css Color HEX #BAE68E Sulu

📋 copy color: '#BAE68E'

red 186 ◦ green 230 ◦ blue 142

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

Shades of Sulu #BAE68E

Tints of Sulu #BAE68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.45%

R = 33.33%
G = 41.22%
B = 25.45%

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

#BAE68E (or 0xBAE68E) is known color: Sulu. HEX triplet: BA, E6 and 8E. RGB value is (186,230,142). Sum of RGB (Red+Green+Blue) = 186+230+142=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68E is #451971. Grayscale: #CFCFCF. Windows color (decimal): -4528498 or 9365178. OLE color: 9365178.

HSL color Cylindrical-coordinate representation of color #BAE68E: hue angle of 90º 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 #BAE68E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 142 -
CMYK 0.19 0 0.38 0.10
HSL 90º 0.64% 0.73% -
HSV(B) 90º 0.38% 0.9% -
XYZ 53.43 68.99 36.09 -
YUV 206.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 186 230 142 0.19 0 0.38 0.10 90 0.64 0.73
Hex BA E6 8E 13 0 26 A 5A 40 49
Octal 272 346 216 23 0 46 12 132 100 111
Binary 10111010 11100110 10001110 10011 0 100110 1010 1011010 1000000 1001001

Color Harmonies of #BAE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE68E

Black with #BAE68E

Text Example


Text Example

White with #BAE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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