Html Css Color HEX #BAE16B Sulu

📋 copy color: '#BAE16B'

red 186 ◦ green 225 ◦ blue 107

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

Shades of Sulu #BAE16B

Tints of Sulu #BAE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.66%

R = 35.91%
G = 43.44%
B = 20.66%

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

#BAE16B (or 0xBAE16B) is known color: Sulu. HEX triplet: BA, E1 and 6B. RGB value is (186,225,107). Sum of RGB (Red+Green+Blue) = 186+225+107=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16B is #451E94. Grayscale: #C8C8C8. Windows color (decimal): -4529813 or 7070138. OLE color: 7070138.

HSL color Cylindrical-coordinate representation of color #BAE16B: hue angle of 79.83º 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 #BAE16B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 107 -
CMYK 0.17 0 0.52 0.12
HSL 79.83º 0.66% 0.65% -
HSV(B) 79.83º 0.52% 0.88% -
XYZ 49.83 65.35 23.9 -
YUV 199.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 186 225 107 0.17 0 0.52 0.12 79.83 0.66 0.65
Hex BA E1 6B 11 0 34 C 50 42 41
Octal 272 341 153 21 0 64 14 120 102 101
Binary 10111010 11100001 1101011 10001 0 110100 1100 1010000 1000010 1000001

Color Harmonies of #BAE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE16B

Black with #BAE16B

Text Example


Text Example

White with #BAE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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