Html Css Color HEX #BAE17F Sulu

📋 copy color: '#BAE17F'

red 186 ◦ green 225 ◦ blue 127

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

Shades of Sulu #BAE17F

Tints of Sulu #BAE17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.61%

R = 34.57%
G = 41.82%
B = 23.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BAE17F (or 0xBAE17F) is known color: Sulu. HEX triplet: BA, E1 and 7F. RGB value is (186,225,127). Sum of RGB (Red+Green+Blue) = 186+225+127=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE17F is #451E80. Grayscale: #CACACA. Windows color (decimal): -4529793 or 8380858. OLE color: 8380858.

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

Color convert

RGB 186 225 127 -
CMYK 0.17 0 0.44 0.12
HSL 83.88º 0.62% 0.69% -
HSV(B) 83.88º 0.44% 0.88% -
XYZ 51.01 65.82 30.1 -
YUV 202.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 186 225 127 0.17 0 0.44 0.12 83.88 0.62 0.69
Hex BA E1 7F 11 0 2C C 54 3E 45
Octal 272 341 177 21 0 54 14 124 76 105
Binary 10111010 11100001 1111111 10001 0 101100 1100 1010100 111110 1000101

Color Harmonies of #BAE17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE17F

Black with #BAE17F

Text Example


Text Example

White with #BAE17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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