Html Css Color HEX #BAE16D Sulu

📋 copy color: '#BAE16D'

red 186 ◦ green 225 ◦ blue 109

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

Shades of Sulu #BAE16D

Tints of Sulu #BAE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 35.77%
G = 43.27%
B = 20.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#BAE16D (or 0xBAE16D) is known color: Sulu. HEX triplet: BA, E1 and 6D. RGB value is (186,225,109). Sum of RGB (Red+Green+Blue) = 186+225+109=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16D is #451E92. Grayscale: #C8C8C8. Windows color (decimal): -4529811 or 7201210. OLE color: 7201210.

HSL color Cylindrical-coordinate representation of color #BAE16D: hue angle of 80.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE16D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 109 -
CMYK 0.17 0 0.52 0.12
HSL 80.17º 0.66% 0.65% -
HSV(B) 80.17º 0.52% 0.88% -
XYZ 49.94 65.39 24.46 -
YUV 200.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 186 225 109 0.17 0 0.52 0.12 80.17 0.66 0.65
Hex BA E1 6D 11 0 34 C 50 42 41
Octal 272 341 155 21 0 64 14 120 102 101
Binary 10111010 11100001 1101101 10001 0 110100 1100 1010000 1000010 1000001

Color Harmonies of #BAE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE16D

Black with #BAE16D

Text Example


Text Example

White with #BAE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE16D; }

 p { color: rgb(186,225,109); }

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

background-color css

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

 a { background-color: rgb(186,225,109); }

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

border-color css

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

 span { border-color: rgb(186,225,109); }

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