Html Css Color HEX #BAE17D Sulu

📋 copy color: '#BAE17D'

red 186 ◦ green 225 ◦ blue 125

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

Shades of Sulu #BAE17D

Tints of Sulu #BAE17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 34.7%
G = 41.98%
B = 23.32%

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

#BAE17D (or 0xBAE17D) is known color: Sulu. HEX triplet: BA, E1 and 7D. RGB value is (186,225,125). Sum of RGB (Red+Green+Blue) = 186+225+125=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE17D is #451E82. Grayscale: #CACACA. Windows color (decimal): -4529795 or 8249786. OLE color: 8249786.

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

Color convert

RGB 186 225 125 -
CMYK 0.17 0 0.44 0.12
HSL 83.4º 0.63% 0.69% -
HSV(B) 83.4º 0.44% 0.88% -
XYZ 50.88 65.77 29.42 -
YUV 201.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 186 225 125 0.17 0 0.44 0.12 83.4 0.63 0.69
Hex BA E1 7D 11 0 2C C 53 3E 45
Octal 272 341 175 21 0 54 14 123 76 105
Binary 10111010 11100001 1111101 10001 0 101100 1100 1010011 111110 1000101

Color Harmonies of #BAE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE17D

Black with #BAE17D

Text Example


Text Example

White with #BAE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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