Html Css Color HEX #BAE17C Sulu

📋 copy color: '#BAE17C'

red 186 ◦ green 225 ◦ blue 124

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

Shades of Sulu #BAE17C

Tints of Sulu #BAE17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.18%

R = 34.77%
G = 42.06%
B = 23.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BAE17C (or 0xBAE17C) is known color: Sulu. HEX triplet: BA, E1 and 7C. RGB value is (186,225,124). Sum of RGB (Red+Green+Blue) = 186+225+124=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE17C is #451E83. Grayscale: #CACACA. Windows color (decimal): -4529796 or 8184250. OLE color: 8184250.

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

Color convert

RGB 186 225 124 -
CMYK 0.17 0 0.45 0.12
HSL 83.17º 0.63% 0.68% -
HSV(B) 83.17º 0.45% 0.88% -
XYZ 50.81 65.74 29.08 -
YUV 201.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 186 225 124 0.17 0 0.45 0.12 83.17 0.63 0.68
Hex BA E1 7C 11 0 2D C 53 3F 44
Octal 272 341 174 21 0 55 14 123 77 104
Binary 10111010 11100001 1111100 10001 0 101101 1100 1010011 111111 1000100

Color Harmonies of #BAE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE17C

Black with #BAE17C

Text Example


Text Example

White with #BAE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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