Html Css Color HEX #BAE571 Sulu

📋 copy color: '#BAE571'

red 186 ◦ green 229 ◦ blue 113

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

Shades of Sulu #BAE571

Tints of Sulu #BAE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.37%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 35.23%
G = 43.37%
B = 21.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#BAE571 (or 0xBAE571) is known color: Sulu. HEX triplet: BA, E5 and 71. RGB value is (186,229,113). Sum of RGB (Red+Green+Blue) = 186+229+113=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE571 is #451A8E. Grayscale: #CBCBCB. Windows color (decimal): -4528783 or 7464378. OLE color: 7464378.

HSL color Cylindrical-coordinate representation of color #BAE571: hue angle of 82.24º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE571 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 113 -
CMYK 0.19 0 0.51 0.10
HSL 82.24º 0.69% 0.67% -
HSV(B) 82.24º 0.51% 0.9% -
XYZ 51.25 67.67 25.98 -
YUV 202.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 186 229 113 0.19 0 0.51 0.10 82.24 0.69 0.67
Hex BA E5 71 13 0 33 A 52 45 43
Octal 272 345 161 23 0 63 12 122 105 103
Binary 10111010 11100101 1110001 10011 0 110011 1010 1010010 1000101 1000011

Color Harmonies of #BAE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE571

Black with #BAE571

Text Example


Text Example

White with #BAE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE571; }

 p { color: rgb(186,229,113); }

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

background-color css

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

 a { background-color: rgb(186,229,113); }

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

border-color css

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

 span { border-color: rgb(186,229,113); }

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