Html Css Color HEX #BAE47A Sulu

📋 copy color: '#BAE47A'

red 186 ◦ green 228 ◦ blue 122

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

Shades of Sulu #BAE47A

Tints of Sulu #BAE47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 34.7%
G = 42.54%
B = 22.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#BAE47A (or 0xBAE47A) is known color: Sulu. HEX triplet: BA, E4 and 7A. RGB value is (186,228,122). Sum of RGB (Red+Green+Blue) = 186+228+122=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE47A is #451B85. Grayscale: #CBCBCB. Windows color (decimal): -4529030 or 8053946. OLE color: 8053946.

HSL color Cylindrical-coordinate representation of color #BAE47A: hue angle of 83.77º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE47A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 122 -
CMYK 0.18 0 0.46 0.11
HSL 83.77º 0.66% 0.69% -
HSV(B) 83.77º 0.46% 0.89% -
XYZ 51.51 67.33 28.69 -
YUV 203.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 186 228 122 0.18 0 0.46 0.11 83.77 0.66 0.69
Hex BA E4 7A 12 0 2E B 54 42 45
Octal 272 344 172 22 0 56 13 124 102 105
Binary 10111010 11100100 1111010 10010 0 101110 1011 1010100 1000010 1000101

Color Harmonies of #BAE47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE47A

Black with #BAE47A

Text Example


Text Example

White with #BAE47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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