Html Css Color HEX #BAE471 Sulu

📋 copy color: '#BAE471'

red 186 ◦ green 228 ◦ blue 113

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

Shades of Sulu #BAE471

Tints of Sulu #BAE471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

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

R = 35.29%
G = 43.26%
B = 21.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BAE471 (or 0xBAE471) is known color: Sulu. HEX triplet: BA, E4 and 71. RGB value is (186,228,113). Sum of RGB (Red+Green+Blue) = 186+228+113=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE471 is #451B8E. Grayscale: #CACACA. Windows color (decimal): -4529039 or 7464122. OLE color: 7464122.

HSL color Cylindrical-coordinate representation of color #BAE471: hue angle of 81.91º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE471 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 113 -
CMYK 0.18 0 0.50 0.11
HSL 81.91º 0.68% 0.67% -
HSV(B) 81.91º 0.5% 0.89% -
XYZ 50.97 67.12 25.89 -
YUV 202.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 186 228 113 0.18 0 0.50 0.11 81.91 0.68 0.67
Hex BA E4 71 12 0 32 B 52 44 43
Octal 272 344 161 22 0 62 13 122 104 103
Binary 10111010 11100100 1110001 10010 0 110010 1011 1010010 1000100 1000011

Color Harmonies of #BAE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE471

Black with #BAE471

Text Example


Text Example

White with #BAE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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