Html Css Color HEX #BAE46A Sulu

📋 copy color: '#BAE46A'

red 186 ◦ green 228 ◦ blue 106

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

Shades of Sulu #BAE46A

Tints of Sulu #BAE46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.38%

R = 35.77%
G = 43.85%
B = 20.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#BAE46A (or 0xBAE46A) is known color: Sulu. HEX triplet: BA, E4 and 6A. RGB value is (186,228,106). Sum of RGB (Red+Green+Blue) = 186+228+106=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE46A is #451B95. Grayscale: #C9C9C9. Windows color (decimal): -4529046 or 7005370. OLE color: 7005370.

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

Color convert

RGB 186 228 106 -
CMYK 0.18 0 0.54 0.11
HSL 80.66º 0.69% 0.65% -
HSV(B) 80.66º 0.54% 0.89% -
XYZ 50.59 66.97 23.89 -
YUV 201.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 186 228 106 0.18 0 0.54 0.11 80.66 0.69 0.65
Hex BA E4 6A 12 0 36 B 51 45 41
Octal 272 344 152 22 0 66 13 121 105 101
Binary 10111010 11100100 1101010 10010 0 110110 1011 1010001 1000101 1000001

Color Harmonies of #BAE46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE46A

Black with #BAE46A

Text Example


Text Example

White with #BAE46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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