Html Css Color HEX #BAE07F Sulu

📋 copy color: '#BAE07F'

red 186 ◦ green 224 ◦ blue 127

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

Shades of Sulu #BAE07F

Tints of Sulu #BAE07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

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

R = 34.64%
G = 41.71%
B = 23.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BAE07F (or 0xBAE07F) is known color: Sulu. HEX triplet: BA, E0 and 7F. RGB value is (186,224,127). Sum of RGB (Red+Green+Blue) = 186+224+127=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE07F is #451F80. Grayscale: #C9C9C9. Windows color (decimal): -4530049 or 8380602. OLE color: 8380602.

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

Color convert

RGB 186 224 127 -
CMYK 0.17 0 0.43 0.12
HSL 83.51º 0.61% 0.69% -
HSV(B) 83.51º 0.43% 0.88% -
XYZ 50.74 65.28 30.01 -
YUV 201.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 186 224 127 0.17 0 0.43 0.12 83.51 0.61 0.69
Hex BA E0 7F 11 0 2B C 54 3D 45
Octal 272 340 177 21 0 53 14 124 75 105
Binary 10111010 11100000 1111111 10001 0 101011 1100 1010100 111101 1000101

Color Harmonies of #BAE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE07F

Black with #BAE07F

Text Example


Text Example

White with #BAE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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