Html Css Color HEX #BAE688 Sulu

📋 copy color: '#BAE688'

red 186 ◦ green 230 ◦ blue 136

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

Shades of Sulu #BAE688

Tints of Sulu #BAE688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.64%

R = 33.7%
G = 41.67%
B = 24.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#BAE688 (or 0xBAE688) is known color: Sulu. HEX triplet: BA, E6 and 88. RGB value is (186,230,136). Sum of RGB (Red+Green+Blue) = 186+230+136=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE688 is #451977. Grayscale: #CECECE. Windows color (decimal): -4528504 or 8971962. OLE color: 8971962.

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

Color convert

RGB 186 230 136 -
CMYK 0.19 0 0.41 0.10
HSL 88.09º 0.65% 0.72% -
HSV(B) 88.09º 0.41% 0.9% -
XYZ 52.99 68.81 33.78 -
YUV 206.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 186 230 136 0.19 0 0.41 0.10 88.09 0.65 0.72
Hex BA E6 88 13 0 29 A 58 41 48
Octal 272 346 210 23 0 51 12 130 101 110
Binary 10111010 11100110 10001000 10011 0 101001 1010 1011000 1000001 1001000

Color Harmonies of #BAE688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE688

Black with #BAE688

Text Example


Text Example

White with #BAE688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE688; }

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

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

background-color css

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

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

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

border-color css

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

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

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